.packageGrid .featured {
  background: linear-gradient(145deg, #f4f4f0 0%, #e7e7e2 100%);
  color: #111;
  border-color: #f4f4f0;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .08), 0 24px 55px rgba(0, 0, 0, .24);
}

.featured .cardTop b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f4f4f0;
  background: #151619;
  border: 1px solid #151619;
  border-radius: 999px;
  padding: 7px 11px;
  line-height: 1;
  letter-spacing: .2em;
}

.featured .cardTop b::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f4f4f0;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .12);
}

.packageGrid .featured > a {
  color: #f4f4f0 !important;
  background: #151619;
  border-color: #151619;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.packageGrid .featured > a:hover {
  color: #111 !important;
  background: #fff;
  border-color: #111;
  transform: translateY(-2px);
}

.packageHint{font-size:0!important}.packageHint::before{content:"PRICING PACKAGES / AVAILABLE ABOVE"!important;font-size:8px}

.compactRates .custom {
  grid-column: auto;
  min-height: 500px !important;
}

.compactRates .custom h2 {
  font-size: 36px;
}

.compactRates .custom{background:linear-gradient(145deg,#15161a,#0d0e11);border:1px dashed #78797d;box-shadow:inset 0 0 90px rgba(255,255,255,.025)}.compactRates .custom::after{content:"BUILD YOUR OWN";position:absolute;right:24px;bottom:88px;color:#55565a;font-size:7px;letter-spacing:.22em;writing-mode:vertical-rl}.compactRates .custom .cardTop b{color:#111;background:#f2f2ef;padding:7px 10px;border-radius:999px}.compactRates .custom>a{border-color:#f2f2ef;background:#f2f2ef;color:#111;font-weight:800}

.socialDock a i {
  width: 18px !important;
  height: 18px !important;
  margin-right: 9px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.socialDock a i img {
  width: 14px;
  height: 14px;
}

.socialDock a:first-child i img,
.socialDock a:last-child i img {
  width: 12px;
  height: 12px;
}

.motionReveal {
  filter: none !important;
  transition: opacity .72s ease, transform .85s cubic-bezier(.2,.8,.2,1) !important;
}

.motionReveal.fromAbove:not(.isVisible) {
  transform: translateY(-44px) scale(.99);
}

.motionReveal.fromBelow:not(.isVisible) {
  transform: translateY(44px) scale(.99);
}

.packageGrid article.motionReveal {
  transition-delay: calc((var(--card-order, 0)) * 55ms);
}

.packageGrid article:nth-child(1) { --card-order: 0; }
.packageGrid article:nth-child(2) { --card-order: 1; }
.packageGrid article:nth-child(3) { --card-order: 0; }
.packageGrid article:nth-child(4) { --card-order: 1; }
.packageGrid article:nth-child(5) { --card-order: 0; }
.packageGrid article:nth-child(6) { --card-order: 1; }

@media (max-width: 800px) {
  .motionReveal.fromAbove:not(.isVisible) { transform: translateY(-28px) scale(.995); }
  .motionReveal.fromBelow:not(.isVisible) { transform: translateY(28px) scale(.995); }
}
