.elementor-396 .elementor-element.elementor-element-6d73b31{--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;}/* Start custom CSS for html, class: .elementor-element-37bddef */.ars-vip-goals {
  --bg: #050505;
  --card: #111;
  --text: #f5f5f5;
  --muted: #a8a8a8;
  --line: rgba(255,255,255,.08);
  --gold: #c9a14a;
  --gold-soft: rgba(201,161,74,.12);
  --gold-border: rgba(201,161,74,.2);
  --gold-text: #f2d48b;

  direction: rtl;
  background:
    radial-gradient(circle at top right, rgba(201,161,74,.1), transparent 25%),
    radial-gradient(circle at bottom left, rgba(201,161,74,.06), transparent 20%),
    linear-gradient(180deg, #030303, #090909);
  padding: 60px 20px;
  border-radius: 28px;
  color: var(--text);
  font-family: Tahoma, sans-serif;
  overflow: hidden;
  position: relative;
}

.ars-vip-goals *,
.ars-vip-goals *::before,
.ars-vip-goals *::after {
  box-sizing: border-box;
  margin: 0;
}

.ars-vip-goals__wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ── Header ── */
.ars-vip-goals__head {
  text-align: center;
  margin-bottom: 34px;
}

.ars-vip-goals__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--gold-soft);
  border: 1px solid rgba(201,161,74,.22);
  border-radius: 999px;
  color: #f0d28b;
  font-size: 13px;
  margin-bottom: 16px;
}

.ars-vip-goals__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(201,161,74,.1);
}

.ars-vip-goals__title {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.35;
  font-weight: 800;
  color: #fff;
}

.ars-vip-goals__desc {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
}

/* ── Grid ── */
.ars-vip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* ── Card base ── */
.ars-vip-card {
  position: relative;
  background:
    linear-gradient(135deg, rgba(201,161,74,.07), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px 20px;
  overflow: hidden;
  min-height: 190px;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
  will-change: transform;
  animation: arsFadeUp .6s ease both;
  animation-delay: calc(var(--i, 0) * .05s);
}

.ars-vip-card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(201,161,74,.14), transparent 65%);
  pointer-events: none;
}

.ars-vip-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,161,74,.22);
  box-shadow: 0 22px 55px rgba(0,0,0,.35);
}

.ars-vip-card:hover .ars-vip-card__line {
  width: 100%;
}

/* ── Featured card ── */
.ars-vip-card--featured {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 20px;
  background:
    radial-gradient(circle at top right, rgba(201,161,74,.12), transparent 30%),
    linear-gradient(180deg, #121212, #0c0c0c);
  border-color: rgba(201,161,74,.18);
}

/* ── Card inner ── */
.ars-vip-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ars-vip-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gold-text);
  background: linear-gradient(180deg, rgba(201,161,74,.14), rgba(201,161,74,.06));
  border: 1px solid var(--gold-border);
  flex-shrink: 0;
}

.ars-vip-card__num {
  font-size: 13px;
  color: #d4b36d;
  background: rgba(201,161,74,.08);
  border: 1px solid rgba(201,161,74,.18);
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.ars-vip-card__title {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
}

.ars-vip-card__text {
  color: var(--muted);
  line-height: 1.95;
  font-size: 15px;
}

.ars-vip-card__line {
  width: 46px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-top: 18px;
  transition: width .35s ease;
}

.ars-vip-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.ars-vip-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
  color: #ddd;
  font-size: 13px;
}

/* ── Sidebar highlight ── */
.ars-vip-card__side {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ars-vip-highlight {
  width: 100%;
  background: linear-gradient(180deg, rgba(201,161,74,.1), rgba(201,161,74,.03));
  border: 1px solid rgba(201,161,74,.16);
  border-radius: 20px;
  padding: 20px;
}

.ars-vip-highlight__title {
  margin-bottom: 12px;
  color: #f0d28b;
  font-size: 16px;
  font-weight: 700;
}

.ars-vip-highlight ul {
  padding: 0;
  list-style: none;
}

.ars-vip-highlight li {
  position: relative;
  padding-right: 18px;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.9;
}

.ars-vip-highlight li + li {
  margin-top: 10px;
}

.ars-vip-highlight li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(201,161,74,.08);
}

/* ── Animation ── */
@keyframes arsFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ars-vip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ars-vip-card--featured {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ars-vip-goals {
    padding: 34px 14px;
    border-radius: 20px;
  }

  .ars-vip-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ars-vip-card {
    min-height: auto;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .ars-vip-card--featured {
    grid-column: span 1;
  }

  .ars-vip-goals__desc {
    font-size: 15px;
  }

  .ars-vip-card__title {
    font-size: 17px;
  }

  .ars-vip-card__text {
    font-size: 14px;
  }
}/* End custom CSS */