.elementor-5992 .elementor-element.elementor-element-82f9dd5{--display:flex;}.elementor-5992 .elementor-element.elementor-element-308c6fb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -84px;}.elementor-5992 .elementor-element.elementor-element-976676f{margin:37px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-5992 .elementor-element.elementor-element-1af4c21{margin:-80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-5992 .elementor-element.elementor-element-976676f{margin:65px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-308c6fb */@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body {
  background: #f3f0f0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* HEADER CONTAINER */
/* Force header to be full screen, fixed */
/* ===== VIP HEADER BASE ===== */
.vip-header-container {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.25);   /* transparent dark glass */
  backdrop-filter: blur(4px) saturate(120%);
  -webkit-backdrop-filter: blur(4px) saturate(120%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: none;
  transition: all 0.45s ease;
}

/* ===== VIP HEADER AFTER SCROLL ===== */
.vip-header-container.scrolled {
  background: rgba(20, 20, 20, 0.85);  /* richer dark glass */
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35); /* subtle gold accent */
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}

/* remove inner limits */
.vip-header-inner {
  width: 100%;               /* force full width */
  max-width: 100%;           /* kill container limit */
  margin: 0;                 /* no centering */
  padding: 0 30px;           /* some space at edges */
  box-sizing: border-box;
}

.vip-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


.vip-header-logo {
  position: relative;
}

.vip-header-logo img {
  width: 90px;
  border-radius: 8px;
}

/* Trusted by Influencers Style */
.vip-trusted-text {
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
  font-family: 'Pacifico', cursive;
  font-size: 22px;
  color: #b800d8;
  white-space: nowrap;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

/* FLOATING VIP MENU */
.vip-menu-wrapper {
  background: linear-gradient(135deg, rgba(15,15,25,0.9), rgba(25,25,40,0.9)); /* cosmic glass */
  padding: 10px 30px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  margin-right: 20px;
  position: relative;

  /* Futuristic borders + aura */
  border: 2px solid rgba(120, 200, 255, 0.5); /* neon ice border */
  box-shadow:
    0 0 15px rgba(120, 200, 255, 0.35),  /* glowing aura */
    0 10px 30px rgba(0,0,0,0.7),          /* deep shadow */
    inset 0 0 25px rgba(120, 200, 255, 0.15); /* inner energy glow */

  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  transition: all 0.4s ease;
}

.vip-menu-wrapper:hover {
  border-color: rgba(180, 255, 255, 0.9);
  box-shadow:
    0 0 25px rgba(180, 255, 255, 0.6),
    0 14px 40px rgba(0,0,0,0.85),
    inset 0 0 40px rgba(180, 255, 255, 0.25);
  transform: translateY(-2px);
}


.vip-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.vip-nav-links a, .vip-dropbtn {
  text-decoration: none;
  color: #300050;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  font-size: 14px;
}

.vip-nav-links a:hover, .vip-dropbtn:hover {
  background: #f9f1ff;
  color: #8000d2;
}

/* CONTACT BUTTON */
/* CONTACT BUTTON - Cosmic Royal Style */
.vip-contact-btn {
  background: linear-gradient(135deg, #1a1a1a, #2c2c2c); /* deep black base */
  color: #fcefb4; /* soft royal gold */
  padding: 12px 30px;
  border-radius: 18px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.6px;

  /* VIP cosmic borders + glow */
  border: 2px solid rgba(212, 175, 55, 0.7); /* gold edge */
  box-shadow:
    0 0 18px rgba(212, 175, 55, 0.25), /* golden aura */
    0 6px 22px rgba(98, 0, 234, 0.35), /* purple nebula glow */
    inset 0 0 15px rgba(255, 215, 0, 0.15);

  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  transition: all 0.35s ease, transform 0.35s ease;
}

.vip-contact-btn:hover {
  background: linear-gradient(135deg, #2d2d2d, #3a3a3a);
  color: #fff6d6;
  border-color: rgba(255, 215, 0, 0.9);
  box-shadow:
    0 0 28px rgba(212, 175, 55, 0.55),
    0 12px 32px rgba(98, 0, 234, 0.45),
    inset 0 0 25px rgba(255, 215, 0, 0.25);
  transform: translateY(-3px) scale(1.05);
}


/* HIDE CONTACT ON MOBILE */
@media (max-width: 992px) {
  .vip-contact-btn {
    display: none !important;
  }
}

/* === VIP DROPDOWN === */
.vip-dropdown {
  position: relative;
}

/* Dropdown Box */
.vip-dropdown-content {
  position: absolute;
  top: 52px;
  right: 0;
  background: rgba(20, 20, 25, 0.92); /* dark glass */
  border: 1px solid rgba(212, 175, 55, 0.4); /* subtle gold */
  border-radius: 16px;
  padding: 18px;
  min-width: 380px;
  z-index: 999;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  box-sizing: border-box;

  /* Glass + shadow */
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: 0 10px 28px rgba(0,0,0,0.55),
              0 0 20px rgba(212, 175, 55, 0.25);
  animation: vip-fade 0.35s ease;
}

/* Open State */
.vip-dropdown-content.open {
  display: grid;
}

/* Links */
.vip-dropdown-content a {
  font-weight: 600;
  color: #f8f8f8;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  transition: all 0.3s ease;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.vip-dropdown-content a:hover {
  color: #201600;
  background: linear-gradient(135deg, #d4af37, #f1d58b);
  border: 1px solid rgba(212, 175, 55, 0.6);
  box-shadow: 0 4px 18px rgba(212, 175, 55, 0.45);
  transform: translateY(-2px);
}

/* Link Icons */
.vip-dropdown-content a img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.3);
}

/* Fade-in Animation */
@keyframes vip-fade {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}


.vip-dropdown-content a img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* MOBILE RESPONSIVE FIX for DROPDOWN */
@media (max-width: 600px) {
  .vip-dropdown-content {
    min-width: 250px;
    grid-template-columns: 1fr !important;
  }
}

/* === VIP MOBILE TOGGLE BUTTON === */
.vip-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(20,20,25,0.95), rgba(35,35,45,0.95));
  border: 2px solid rgba(212, 175, 55, 0.6); /* subtle gold edge */
  box-shadow: 
    0 0 15px rgba(212, 175, 55, 0.25),       /* outer aura */
    0 8px 22px rgba(0,0,0,0.65),             /* depth */
    inset 0 0 12px rgba(255, 215, 0, 0.12);  /* inner glow */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  transition: all 0.35s ease;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
}

.vip-toggle:hover {
  border-color: rgba(255, 215, 0, 0.9);
  box-shadow: 
    0 0 20px rgba(212, 175, 55, 0.4),
    0 10px 28px rgba(0,0,0,0.75),
    inset 0 0 18px rgba(255, 215, 0, 0.2);
  transform: translateY(-2px) scale(1.05);
}

/* Bars inside the toggle */
.vip-toggle span {
  height: 3px;
  width: 20px;
  background: linear-gradient(90deg, #d4af37, #f7e98b); /* gold gradient bars */
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.45);
  transition: all 0.3s ease;
}

/* Optional: animate into "X" when active */
.vip-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.vip-toggle.active span:nth-child(2) {
  opacity: 0;
}
.vip-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}


/* === VIP MOBILE MENU TOGGLE === */
@media (max-width: 992px) {
  .vip-toggle { 
    display: flex; 
  }

  .vip-menu-wrapper { 
    display: none; 
    width: 100%;
  }

  .vip-menu-wrapper.active {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: rgba(20, 20, 25, 0.95); /* dark glass */
    padding: 22px;
    border-radius: 18px;
    margin-top: 14px;
    box-shadow: 
      0 8px 28px rgba(0,0,0,0.55),
      0 0 20px rgba(212, 175, 55, 0.25); /* subtle VIP aura */
    border: 2px solid rgba(212, 175, 55, 0.35); /* gold border */
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    animation: vip-slide 0.35s ease forwards;
  }

  .vip-nav-links { 
    flex-direction: column; 
    width: 100%; 
    gap: 12px;
  }

  .vip-nav-links a, 
  .vip-dropbtn {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: #f8f8f8;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
  }

  .vip-nav-links a:hover, 
  .vip-dropbtn:hover {
    background: linear-gradient(135deg, #d4af37, #f1d58b); /* VIP gold hover */
    color: #201600;
    border: 1px solid rgba(212, 175, 55, 0.6);
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
    transform: translateY(-2px);
  }
}

/* Slide-in animation */
@keyframes vip-slide {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === Overlay Background === */
.vip-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

/* === Popup Box === */
.vip-popup {
  background: #000; /* Pure black */
  color: #fff; /* White text */
  border-radius: 16px;
  padding: 40px 30px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 0 25px rgba(180,0,255,0.6);
  position: relative;
  animation: fadeIn 0.4s ease;
}

.vip-popup h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
}

/* === Close Button === */
.close-btn {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.close-btn:hover {
  color: #ff4444;
}

/* === Input Wrapper === */
.vip-input-wrap {
  position: relative;
  margin-bottom: 25px;
}

.vip-input-wrap input,
.vip-input-wrap textarea {
  width: 100%;
  padding: 14px 12px;
  border: 2px solid #555;
  background: #111;
  border-radius: 8px;
  font-size: 16px;
  color: #fff; /* White text */
  outline: none;
  resize: none;
  transition: border 0.3s;
}

.vip-input-wrap input:focus,
.vip-input-wrap textarea:focus {
  border-color: #b000ff; /* Purple glow */
  box-shadow: 0 0 10px rgba(176,0,255,0.6);
}

/* === Floating Labels === */
.vip-input-wrap label {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  pointer-events: none;
  transition: 0.3s ease;
}

/* Stay above when filled OR focused */
.vip-input-wrap input:focus + label,
.vip-input-wrap input:not(:placeholder-shown) + label,
.vip-input-wrap textarea:focus + label,
.vip-input-wrap textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: 10px;
  background: #000;
  padding: 0 6px;
  font-size: 12px;
  color: #b000ff;
}

/* === Submit Button === */
.vip-popup button {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #b000ff, #ff0080);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.3s;
}
.vip-popup button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 15px rgba(255,0,128,0.6);
}

/* === Animation === */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}


/* Hide duplicate Contact in desktop */
.vip-mobile-contact {
  display: none;
}

/* On mobile toggle, show it inside menu */
@media (max-width: 768px) {
  .vip-contact-btn { display: none; }   /* hide desktop floating */
  .vip-mobile-contact { display: block; } /* show inside mobile nav */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1af4c21 *//* ===== PRICING SECTION ===== */
/* ===== FORCE FULL WIDTH (KILL WHITE SPACE) ===== */

html, body {
  overflow-x: hidden !important;
}

/* Remove Elementor boxed layout */
body .elementor-section,
body .elementor-container,
body .elementor-column,
body .elementor-widget-wrap {
  max-width: 100% !important;
  width: 100% !important;
}

/* FORCE YOUR SECTIONS FULL WIDTH */
.rs-wrap,
.rs-hero,
.rs-section,
#rs-pricing {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* KEEP CONTENT CENTERED */
.rs-inner,
.rs-hero-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}
.rs-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 30px;
}

/* CARD */
.rs-plan {
  background: linear-gradient(160deg,#120020,#1c0030,#2a004d);
  border: 1px solid rgba(212,175,55,.5);
  border-radius: 22px;
  padding: 34px 24px;
  text-align: center;
  color: #fff;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,.35);
  transition: .3s;
}

.rs-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(212,175,55,.25);
}

/* MOST POPULAR */
.rs-plan-hot {
  border: 2px solid #ffd700;
  transform: scale(1.03);
}

.rs-plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg,#ff512f,#dd2476);
  color: #fff;
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

/* HEADER */
.rs-plan-header {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
}

/* PRICE */
.rs-plan-price {
  margin-bottom: 22px;
}

.rs-plan-price s {
  color: rgba(255,255,255,.4);
  margin-right: 6px;
}

.rs-plan-price span {
  font-size: 34px;
  font-weight: 900;
  color: #ffd700;
}

/* FEATURES */
.rs-plan-features {
  padding: 0;
  margin: 0 0 22px;
}

.rs-plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  font-size: 14px;
  color: rgba(255,255,255,.8);
  margin-bottom: 12px;
}

/* FIX ICON SIZE (IMPORTANT) */
.rs-plan-features li img {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  object-fit: contain;
}

/* BUTTON */
.rs-buy-btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg,#ffd700,#a879ff);
  color: #000 !important;
  padding: 14px;
  border-radius: 14px;
  font-weight: 900;
  transition: .25s;
}

.rs-buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255,215,0,.35);
}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px){
  .rs-pricing-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .rs-plan-hot {
    transform: none;
  }
}

@media(max-width:600px){
  .rs-pricing-grid {
    grid-template-columns: 1fr;
  }
}


/* Hide Wise payment option in checkout popup */
#rsBtnWise,
#rsBtnWise + .rs-pay-name {
  display: none !important;
}

/* Hide full Wise box */
#rsBtnWise.closest,
.rs-pay-opt:has(#rsBtnWise) {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4455374 *//* ===== FULL WIDTH BACKGROUND FIX ===== */
html, body {
  overflow-x: hidden !important;
  background: #0b0b10 !important;
}

.rs-wrap,
.rs-section,
.rs-cta {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
}

.rs-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 22px !important;
}

/* ===== SECTION BASE ===== */
.rs-section {
  padding: 85px 0 !important;
  background: #0b0b10 !important;
}

.rs-section.rs-dark {
  background: #111113 !important;
}

.rs-label {
  color: #d4af37 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}

.rs-title {
  color: #fff !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  margin-bottom: 16px !important;
}

.rs-sub {
  color: rgba(255,255,255,.58) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  margin-bottom: 42px !important;
  max-width: 680px !important;
}

/* ===== PROFIT CALCULATOR ===== */
.rs-calc {
  width: 100% !important;
  max-width: 1000px !important;
  background: #10131a !important;
  border: 1px solid rgba(212,175,55,.22) !important;
  border-radius: 22px !important;
  padding: 36px !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.35) !important;
}

.rs-calc-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
  margin-bottom: 28px !important;
}

.rs-calc-field label {
  display: block !important;
  color: rgba(255,255,255,.58) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 10px !important;
}

.rs-calc-field select,
.rs-calc-field input {
  width: 100% !important;
  height: 58px !important;
  background: #0d0d0f !important;
  color: #fff !important;
  border: 2px solid rgba(212,175,55,.28) !important;
  border-radius: 14px !important;
  padding: 0 16px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  outline: none !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
}

.rs-calc-field select option {
  background: #111 !important;
  color: #fff !important;
}

.rs-calc-results {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
}

.rs-result-card {
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 18px !important;
  padding: 30px 20px !important;
  text-align: center !important;
}

.rs-result-green {
  background: rgba(0,230,118,.07) !important;
  border-color: rgba(0,230,118,.28) !important;
}

.rs-result-label {
  color: rgba(255,255,255,.43) !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  margin-bottom: 12px !important;
}

.rs-result-val {
  color: #ffd700 !important;
  font-size: 36px !important;
  font-weight: 900 !important;
}

.rs-result-green .rs-result-val {
  color: #00e676 !important;
}

/* ===== BENEFITS 4 + 2 CENTERED ===== */
.rs-benefits {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 22px !important;
}

.rs-benefit-card {
  background: linear-gradient(160deg,#120020,#1c0030) !important;
  border: 1px solid rgba(212,175,55,.18) !important;
  border-radius: 22px !important;
  padding: 36px 24px !important;
  text-align: center !important;
  min-height: 260px !important;
  box-shadow: 0 15px 40px rgba(0,0,0,.28) !important;
  transition: .25s !important;
}

.rs-benefit-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(212,175,55,.45) !important;
}

.rs-benefit-card:nth-child(5) {
  grid-column: 2 / 3 !important;
}

.rs-benefit-card:nth-child(6) {
  grid-column: 3 / 4 !important;
}

.rs-benefit-icon {
  font-size: 40px !important;
  margin-bottom: 20px !important;
}

.rs-benefit-card h4 {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  margin-bottom: 12px !important;
}

.rs-benefit-card p {
  color: rgba(255,255,255,.58) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

/* ===== FAQ ===== */
.rs-faq {
  max-width: 900px !important;
  margin-top: 35px !important;
}

.rs-faq-item {
  background: #10131a !important;
  border: 1px solid rgba(212,175,55,.18) !important;
  border-radius: 18px !important;
  margin-bottom: 14px !important;
  overflow: hidden !important;
}

.rs-faq-q {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 22px 26px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.rs-faq-q span {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(212,175,55,.15) !important;
  color: #ffd700 !important;
  border-radius: 50% !important;
  font-size: 24px !important;
  transition: .25s !important;
}

.rs-faq-q.open span {
  transform: rotate(45deg) !important;
}

.rs-faq-a {
  display: none;
  padding: 0 26px 24px !important;
  color: rgba(255,255,255,.65) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* ===== BOTTOM CTA ===== */
.rs-cta {
  padding: 95px 0 !important;
  background: linear-gradient(160deg,#0a0010,#100020,#1a0030) !important;
  text-align: center !important;
}

.rs-cta-btns,
.rs-cta-proof {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

.rs-cta-proof {
  color: rgba(255,255,255,.55) !important;
  margin-top: 24px !important;
}

.rs-btn-gold {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(90deg,#ffd700,#a879ff) !important;
  color: #000 !important;
  border-radius: 16px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(255,215,0,.32) !important;
}

.rs-btn-gold small {
  font-size: 12px !important;
  opacity: .78 !important;
  margin-top: 4px !important;
}

.rs-btn-outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid rgba(212,175,55,.45) !important;
  color: #d4af37 !important;
  border-radius: 16px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .rs-benefits {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .rs-benefit-card:nth-child(5),
  .rs-benefit-card:nth-child(6) {
    grid-column: auto !important;
  }

  .rs-calc-row,
  .rs-calc-results {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 650px) {
  .rs-benefits {
    grid-template-columns: 1fr !important;
  }

  .rs-calc {
    padding: 24px 18px !important;
  }

  .rs-title {
    font-size: 34px !important;
  }

  .rs-faq-q {
    font-size: 16px !important;
    padding: 20px !important;
  }
}/* End custom CSS */