
@charset "utf-8";

/* ========================
   FinDeals - Optimized static stylesheet
   HTML5 + Bootstrap 5.3.7 companion styles
   Section order: tokens, base, header, hero, feature pages, components, modals
======================== */

/* ========================
   Root Variables
======================== */
:root {
  --primary: #6A38FF;
  --secondary: #8D5CFF;
  --dark: #15142B;
  --light: #F8F7FD;
  --text: #666;
  --border: #ECECEC;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(0, 0, 0, .08);
  --primary-hover: #5729E8;
  --card-radius: 18px;
  --btn-radius: 10px;
  --btn-height: 52px;
  --btn-gradient: linear-gradient(135deg, #6a38ff, #9457eb);
  --btn-gradient-hover: linear-gradient(135deg, #5729e8, #7f46d9);
}

/* ========================
   Base Styles
======================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  font-weight: 600;
  line-height: 1.25;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.section-title {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.section-link {
  color: var(--primary);
  font-weight: 600;
  font-size: .88rem;
}

.section-link:hover {
  color: var(--primary-hover);
}

/* ========================
   Header / Navbar
======================== */
.site-header {
  background: #fff;
  z-index: 1030;
  transition: box-shadow .25s ease;
}

.site-header.scrolled {
  box-shadow: var(--shadow);
}

.brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .1rem;
  margin-right: 1rem;
}

.brand-logo {
  width: 140px;
  height: auto;
  object-fit: contain;
}
.navbar .nav-link {
  color: var(--dark);
  font-weight: 500;
  font-size: .85rem;
  padding: .45rem .7rem;
  position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--primary);
}

.navbar .nav-link.active {
  color: var(--primary);
  font-weight: 600;
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: .7rem;
  right: .7rem;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--primary);
}

.location-btn {
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--btn-radius);
  background: #fff;
  color: var(--dark);
  font-weight: 500;
  font-size: .9rem;
  padding: .4rem .85rem;
}

.location-btn:hover,
.location-btn:focus,
.location-btn.show {
  border-color: var(--primary);
  color: var(--dark);
  background: #fff;
}

.location-menu {
  min-width: 260px;
  padding: .5rem 0;
}

.location-cascade-form .form-select {
  font-size: .84rem;
  min-height: 40px;
  border-radius: 10px;
  border-color: #e4e2ef;
}

.browse-location-btn {
  display: flex;
  align-items: center;
  gap: .45rem;
  min-height: 42px;
  width: 100%;
  border: 1px solid #e4e2ef;
  border-radius: 10px;
  background: #fff;
  color: var(--dark);
  font-size: .84rem;
  font-weight: 500;
  padding: .45rem .85rem;
  text-align: left;
}

.browse-location-btn::after {
  margin-left: auto;
}

.browse-location-btn:hover,
.browse-location-btn:focus,
.browse-location-btn.show {
  border-color: var(--primary);
  background: #fff;
  color: var(--dark);
}

.browse-location-btn i {
  color: var(--primary);
  flex-shrink: 0;
}

.browse-location-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browse-location-menu {
  min-width: 100%;
  padding: .35rem 0;
}

.browse-location-dropdown {
  position: relative;
}

.notify-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--btn-radius);
  background: #fff;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
}

.notify-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.notify-badge {
  font-size: .65rem;
  padding: .3em .45em;
}

.user-profile-btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--dark);
  padding: .25rem .7rem .25rem .3rem;
  font-weight: 500;
}

.user-profile-btn:hover,
.user-profile-btn:focus,
.user-profile-btn.show {
  border-color: var(--primary);
  background: #fff;
  color: var(--dark);
}

.user-profile-btn::after {
  margin-left: .15rem;
}

.user-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a38ff, #9457eb);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.user-profile-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-align: left;
}

.user-profile-meta strong {
  font-size: .78rem;
  font-weight: 700;
  color: var(--dark);
}

.user-profile-meta small {
  font-size: .66rem;
  color: #8a8da0;
}

.user-profile-menu {
  min-width: 240px;
  padding: .4rem 0;
  margin-top: .45rem !important;
}

.user-profile-menu-head {
  display: flex;
  flex-direction: column;
  gap: .1rem;
}

.user-profile-menu-head strong {
  font-size: .88rem;
  color: var(--dark);
}

.user-profile-menu-head small {
  font-size: .72rem;
  color: #8a8da0;
}

.user-profile-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .86rem;
  font-weight: 500;
  padding: .55rem 1rem;
}

.user-profile-menu .dropdown-item i {
  width: 1.1rem;
  color: #6a38ff;
}

.user-profile-menu .dropdown-item.text-danger i {
  color: #dc3545;
}

.header-end-actions {
  flex-shrink: 0;
}

.header-mobile-actions .user-profile-btn {
  padding: .25rem;
  border-radius: 50%;
}

.header-mobile-actions .user-profile-btn::after {
  display: none;
}

.header-mobile-actions .user-profile-meta {
  display: none;
}

.header-mobile-actions .user-profile-menu {
  min-width: 250px;
  z-index: 1080;
}

.header-mobile-actions .notify-btn {
  width: 40px;
  height: 40px;
}

.user-profile-mobile {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem;
  background: #f6f4ff;
  border-radius: 12px;
}

.user-profile-mobile-menu {
  display: grid;
  gap: .15rem;
  padding: .35rem;
  background: #fff;
  border: 1px solid #ece7f8;
  border-radius: 14px;
}

<<<<<<< Updated upstream
.mobile-profile-block {
  display: grid;
  gap: .65rem;
}

.mobile-main-nav {
  border: 1px solid #ece7f8;
  border-radius: 14px;
  padding: .35rem;
  background: #fff;
}

.mobile-main-nav .nav-link {
  border-radius: 10px;
  padding: .7rem .85rem;
}

.mobile-main-nav .nav-item + .nav-item {
  border-top: 1px solid #f0edf7;
}

=======
>>>>>>> Stashed changes
.user-profile-mobile-link {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .7rem .85rem;
  border-radius: 10px;
  color: var(--dark);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 500;
}

.user-profile-mobile-link i {
  width: 1.1rem;
  color: #6a38ff;
}

.user-profile-mobile-link:hover {
  background: #f6f4ff;
  color: var(--primary);
}

.user-profile-mobile-link.is-logout,
.user-profile-mobile-link.text-danger {
  color: #dc3545;
}

.user-profile-mobile-link.is-logout i,
.user-profile-mobile-link.text-danger i {
  color: #dc3545;
}

.user-profile-mobile strong {
  display: block;
  font-size: .9rem;
  color: var(--dark);
}

.user-profile-mobile small {
  font-size: .72rem;
  color: #8a8da0;
}
btn-register {
  min-height: 44px;
  min-width: 100px;
  border-radius: 999px;
  background: var(--btn-gradient);
  border: 0;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .45rem 1.1rem;
}
.btn-add-post {
  
  min-width: 122px;
  min-height: 44px;
  border-radius: 999px;
  background: var(--btn-gradient);
  border: 0;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .55rem .85rem;
    line-height: 1.2;
    text-decoration: none;
      font-size: .78rem;
}

.btn-add-post:hover {
  background: var(--btn-gradient-hover);
  color: #fff;
}


.offcanvas .nav-link {
  color: var(--dark);
  font-weight: 500;
  padding: .7rem 0;
  border-bottom: 1px solid var(--border);
}

.offcanvas .nav-link.active,
.offcanvas .nav-link:hover {
  color: var(--primary);
}

/* ========================
   Buttons
======================== */
.btn-primary {
  background: var(--btn-gradient);
  border: 0;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  min-height: var(--btn-height);
  transition: all .25s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--btn-gradient-hover);
  border: 0;
  color: #fff;
}

.btn-main,
.btn-outline-main {
  min-height: var(--btn-height);
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .7rem 1.25rem;
  transition: all .25s ease;
}

.btn-outline-main {
  color: var(--primary);
  border: 1.5px solid var(--primary);
  background: #fff;
}

.btn-outline-main:hover {
  background: var(--light);
  color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.btn-search {
  min-height: var(--btn-height);
  padding-inline: 1.35rem;
  white-space: nowrap;
}

/* ========================
   Hero Section
======================== */
.hero-section {
  background-color: var(--light);
  background-image: url("../images/banner-background.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hero-badge {
  background: rgba(106, 56, 255, .08);
  border: 1px solid rgba(106, 56, 255, .15);
  color: #4C3D7A;
  font-size: .88rem;
  font-weight: 500;
  border-radius: 999px;
  padding: .45rem .95rem;
}

.hero-badge i {
  color: var(--primary);
}

.hero-title {
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  letter-spacing: -.02em;
  font-weight: 600;
}

.gradient-text {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  max-width: 540px;
  font-size: 1.02rem;
  color: var(--text);
}

.feature-trust-item strong {
  display: block;
  color: var(--dark);
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.2;
}

.feature-trust-item small {
  color: var(--text);
  font-size: .75rem;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.feature-icon-purple {
  background: rgba(106, 56, 255, .12);
  color: var(--primary);
}

.feature-icon-orange {
  background: rgba(255, 145, 77, .15);
  color: #FF914D;
}

.feature-icon-blue {
  background: rgba(47, 128, 237, .12);
  color: #2F80ED;
}

/* Search Box */
.search-box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.search-city-btn {
  min-height: var(--btn-height);
  border: 0;
  border-right: 1px solid var(--border);
  border-radius: 14px 0 0 14px;
  background: transparent;
  padding: .35rem 1.4rem;
  color: var(--dark);
}

.search-city-btn small {
  display: block;
  color: var(--text);
  font-size: .72rem;
  font-weight: 400;
}

.search-city-btn strong {
  font-size: .88rem;
}

.search-city-btn::after {
  margin-left: auto;
	position: absolute; top:32px; right: 10px;
}

.search-input-wrap {
  min-height: var(--btn-height);
}

.search-label {
  display: block;
  font-size: .72rem;
  color: var(--text);
  margin-bottom: 0;
  line-height: 1.2;
}

.search-input {
  padding: 0;
  font-size: .88rem;
  color: var(--dark);
  background: transparent;
}

.search-input::placeholder {
  color: #A0A0B2;
}

.hero-feature-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .86rem;
  font-weight: 500;
  color: var(--dark);
}

.hero-feature-chip i {
  color: var(--primary);
}

/* ========================
   Hero App Promo Panel
   (reference artwork + clickable store hotspots)
======================== */
.app-promo-panel {
  position: relative;
  width: 100%;
  margin-left: auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(40, 12, 110, .28);
  background: #1a0a3a;
  line-height: 0;
}

.app-promo-visual {
  position: relative;
  width: 100%;
  /* Locks height so % hotspot coords resolve correctly */
  aspect-ratio: 768 / 1024;
}

.app-promo-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

/* Clickable zones aligned to Google Play / App Store in the artwork */
.app-store-hotspot {
  position: absolute;
  z-index: 5;
  display: block;
  left: 35.5%;
  width: 29%;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background .15s ease, box-shadow .15s ease;
}

.app-store-hotspot--google {
  top: 40.3%;
  height: 6%;
}

.app-store-hotspot--apple {
  top: 48.7%;
  height: 6.8%;
}

.app-store-hotspot:hover,
.app-store-hotspot:focus-visible {
  background: rgba(106, 56, 255, .12);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7);
  outline: none;
}

.app-store-hotspot:focus-visible {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 3px rgba(106, 56, 255, .55);
}

@media (max-width: 575.98px) {
  .app-promo-panel {
    border-radius: 18px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .app-store-hotspot--google {
    height: 6.4%;
  }

  .app-store-hotspot--apple {
    height: 6.2%;
  }
}
/* ========================
   Statistics
======================== */
.stats-section {
  margin-top: -4rem;
  position: relative;
  z-index: 5;
}

.stats-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.stat-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .6rem;
  padding: .45rem .4rem;
  min-height: 62px;
}

.stat-icon {
  font-size: 1.2rem;
  color: var(--primary);
  width: 28px;
  text-align: center;
  flex-shrink: 0;
}

.stat-icon-gold {
  color: #FFB800;
}

.stat-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.stat-number {
  color: var(--primary);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  margin: 0;
 font-weight:600;
}

.stat-label {
  font-size: .72rem;
  color: var(--text);
}

/* ========================
   Categories
======================== */
.categories-section {
  background: #fff;
}

.category-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.category-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1.25rem .75rem;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
  min-height: 118px;
  height: 100%;
}

.category-card-link:hover .category-card,
.category-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.category-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.category-card h3 {
  font-size: .82rem;
  margin: 0;
  font-weight: 600;
}

.icon-gold { background: #FFF4D6; color: #D4A017; }
.icon-vehicle { background: #E8F3FF; color: #2F80ED; }
.icon-property { background: #EDE7FF; color: var(--primary); }
.icon-personal { background: #FFE8F0; color: #E94C9A; }
.icon-business { background: #E9F8F0; color: #1FAF63; }
.icon-electronics { background: #EAF1FF; color: #3B6FF5; }
.icon-education { background: #FFF0E6; color: #FF914D; }
.icon-more { background: var(--light); color: var(--primary); }

.row-cols-xl-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}

/* ========================
   Latest Loan Requests
======================== */
.loans-section {
  background: var(--light);
}

.loans-slider-wrap {
  padding: 0 2.2rem 0 0;
}

.loans-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: .35rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.loans-track::-webkit-scrollbar {
  display: none;
}

.loan-card {
  flex: 0 0 calc(33% - .9rem);
  min-width: 280px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(40, 28, 90, .07);
  padding: 1rem 1rem .9rem;
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
 margin: 8px;	
	
}

.loan-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: var(--btn-gradient);
  opacity: .9;
}

.loan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(40, 28, 90, .12);
}

.loan-card-actions {
  margin-top: auto;
  padding-top: .9rem;
}

.loan-view-btn {
  width: 100%;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border: 1.5px solid var(--primary);
  background: #fff;
  color: var(--primary);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  padding: .55rem .85rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.btn.loan-view-btn:hover,
.btn.loan-view-btn:focus,
.btn.loan-view-btn:active {
  background: var(--btn-gradient);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 16px rgba(106, 56, 255, .28);

}

.loan-view-btn i {
  font-size: .85rem;
}

.loan-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-gradient);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  border-radius: 999px;
  padding: .22rem .6rem;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(106, 56, 255, .25);
}

.wishlist-btn {
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  line-height: 1;
  flex-shrink: 0;
  transition: all .2s ease;
}

.wishlist-btn:hover {
  color: #6a38ff;
  border-color: #cbd5e1;
  background: #f8fafc;
  transform: scale(1.06);
}

.wishlist-btn.active {
  color: #6a38ff;
  background: #f0ecff;
  border-color: #dcd3ff;
  box-shadow: 0 2px 8px rgba(106, 56, 255, .2);
}

.loan-thumb {
  position: relative;
  width: 92px;
  height: 92px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #ede7ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loan-thumb.bg-gold { background: #fff4d6; }
.loan-thumb.bg-vehicle { background: #e8f3ff; }
.loan-thumb.bg-property { background: #ede7ff; }
.loan-thumb.bg-personal { background: #f1ecff; }
.loan-thumb.bg-business { background: #e7f8ef; }
.loan-thumb.bg-electronics { background: #fff0f5; }
.loan-thumb.bg-education { background: #eaf2ff; }

.loan-thumb img {
  width: 100%;
  height: auto;
  max-height:100%;
  object-fit: contain;
  display: block;
}

.loan-title-row {
  margin-bottom: .35rem;
}

.loan-title {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--dark);
}

.loan-amount {
  margin-top: 0;
  color: var(--primary);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
}

.loan-location,
.loan-location-chip {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  background: #efeaff;
  color: var(--primary);
  font-size: .72rem;
  font-weight: 500;
  border-radius: 999px;
  padding: .22rem .55rem;
  width: fit-content;
}

.loan-location i,
.loan-location-chip i {
  color: var(--primary);
  font-size: .7rem;
}

.loan-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .4rem;
  border-top: 1px solid #ebeaf2;
  padding-top: .65rem;
  margin-top: .15rem;
}

.loan-meta-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.loan-meta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  width: 100%;
  border-radius: 999px;
  padding: .3rem .3rem;
  font-size: .66rem;
  font-weight: 600;
  color: var(--dark);
  white-space: nowrap;
}

.loan-meta-pill i {
  font-size: .72rem;
  flex-shrink: 0;
}

.loan-meta-pill.meta-green {
  background: #e7f8ef;
}

.loan-meta-pill.meta-green i {
  color: #22c55e;
}

.loan-meta-pill.meta-orange {
  background: #fff3e5;
}

.loan-meta-pill.meta-orange i {
  color: #f59e0b;
}

.loan-meta-pill.meta-blue {
  background: #eaf2ff;
}

.loan-meta-pill.meta-blue i {
  color: #3b82f6;
}

.loan-meta-item > span {
  display: block;
  font-size: .6rem;
  color: #8a8da0;
  line-height: 1.2;
  margin-top: .28rem;
}

/* legacy meta fallback if pills missing */
.loan-meta-item > i {
  color: var(--primary);
  font-size: .88rem;
}

.loan-meta-item > strong {
  color: var(--dark);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.25;
}

.loans-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0;
}

.loans-nav-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.loans-prev-btn {
  left: 0;
}

.loans-next-btn {
  right: 0;
}

/* ========================
   Footer
======================== */
.site-footer {
  background: #fff;
  border-top: 1px solid var(--border);
}

.footer-copy {
  color: var(--text);
  font-size: .9rem;
  line-height: 1.45;
}

.footer-copy-sub {
  display: block;
  margin-top: .2rem;
  font-size: .78rem;
  color: #6b758c;
  font-weight: 500;
}

.footer-links a {
  color: var(--text);
  font-size: .9rem;
  font-weight: 500;
}

.footer-links a:hover {
  color: var(--primary);
}

/* ========================
  Auth Page (Split Login)
======================== */
.auth-page-body {
  background: #f3f4f8;
  min-height: 100vh;
}

.auth-layout {
  min-height: 100vh;
}

.auth-layout-row {
  min-height: 100vh;
}

.auth-left {
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 255, 255, .12), transparent 28%),
    radial-gradient(circle at 15% 80%, rgba(255, 196, 90, .12), transparent 30%),
    linear-gradient(165deg, #4b1fd6 0%, #5b2fe0 40%, #6a38ff 70%, #7b3cf0 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Desktop: left fixed, only right scrolls */
@media (min-width: 992px) {
  .auth-page-body {
    height: 100vh;
    overflow: hidden;
  }

  .auth-layout,
  .auth-layout-row {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
  }

  .auth-left {
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .auth-left-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .auth-left-copy {
    margin-top: auto;
  }

  .auth-right {
    height: 100vh;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.auth-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .18;
  pointer-events: none;
  z-index: 0;
}

.auth-left::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  min-height: 180px;
  max-height: 360px;
  background: url("../images/auth-left-bg.png") no-repeat bottom center;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 22%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 22%);
}

.auth-left-inner {
  position: relative;
  z-index: 1;
  padding: 2.75rem 3rem 2rem;
  min-height: 100%;
  padding-bottom: 2.5rem;
}

.auth-brand-logo {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}

.auth-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  width: fit-content;
  background: rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: .35rem .8rem;
  font-size: .78rem;
  font-weight: 500;
}

.auth-left-title {
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 700;
  line-height: 1.25;
  max-width: 420px;
}

.auth-highlight {
  color: #ffc857;
}

.auth-left-text {
  color: rgba(255, 255, 255, .88);
  font-size: .92rem;
  max-width: 420px;
  margin-bottom: 0;
}

.auth-points {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1.1rem;
}

.auth-points li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .86rem;
  font-weight: 600;
  white-space: nowrap;
}

.auth-points i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
}

.auth-stat-box {
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: .7rem .75rem;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-stat-box strong {
  display: block;
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.2;
}

.auth-stat-box span {
  color: rgba(255, 255, 255, .8);
  font-size: .72rem;
}
.auth-left-copy {
  font-size: .75rem;
  color: rgba(255, 255, 255, .7);
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 8px rgba(21, 20, 43, .45);
}

.auth-left-copy .footer-copy-sub {
  color: rgba(255, 255, 255, .55);
  font-size: .68rem;
}

.auth-right {
  background: #f3f4f8;
  padding: 1.25rem 2rem 1.25rem;
  min-height: 100vh;
}

.auth-top-link {
  color: #5d6075;
  font-size: .86rem;
  font-weight: 500;
  background: transparent;
  border: 0;
  padding: .25rem .2rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.auth-top-link:hover,
.auth-top-link:focus {
  color: var(--primary);
}

.auth-card-wrap {
  padding: 1rem 0;
}

.auth-card {
  max-width: 560px;
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(40, 28, 90, .08);
  padding: 1.85rem 1.75rem 1.45rem;
}

.auth-card-title {
  font-size: 1.7rem;
  color: var(--dark);
  font-weight: 700;
}

.auth-card-subtitle {
  color: #7a7d90;
  font-size: .9rem;
}

.auth-tabs {
  border-bottom: 1px solid #eceaf3;
  gap: 1.2rem;
}

.auth-tab {
  border: 0;
  background: transparent;
  color: #8a8da0;
  font-size: .9rem;
  font-weight: 600;
  padding: .35rem 0 .7rem;
  position: relative;
}

.auth-tab.active {
  color: var(--primary);
}

.auth-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}

.auth-field-label {
  font-size: .84rem;
  font-weight: 600;
  color: #2a2c3d;
  margin-bottom: .4rem;
}

.auth-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-input-icon {
  position: absolute;
  left: 12px;
  color: #9a9cb0;
  z-index: 2;
  font-size: 1rem;
}

.auth-code-prefix {
  position: absolute;
  left: 38px;
  color: #5d6075;
  font-size: .88rem;
  font-weight: 600;
  z-index: 2;
}

.auth-field {
  min-height: 48px;
  border: 1px solid #e0e1ea;
  border-radius: 10px;
  padding-left: 2.35rem;
  font-size: .9rem;
  background: #fff;
}

#otpMobile.auth-field {
  padding-left: 4.4rem;
}

.auth-field:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 .18rem rgba(106, 56, 255, .12);
}

.auth-field-password {
  padding-right: 2.6rem;
}

.auth-eye-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #8d90a4;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.auth-eye-btn:hover {
  color: var(--primary);
}

.auth-remember {
  font-size: .84rem;
  color: #5d6075;
}

.auth-forgot {
  font-size: .84rem;
  font-weight: 600;
  color: var(--primary);
}

.auth-login-btn {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--btn-gradient);
  color: #fff;
  font-weight: 600;
  font-size: .98rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}

.auth-login-btn:hover,
.auth-login-btn:focus {
  background: var(--btn-gradient-hover);
  color: #fff;
}

.auth-or {
  text-align: center;
  position: relative;
}

.auth-or::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #e6e6ef;
}

.auth-or span {
  position: relative;
  background: #fff;
  padding: 0 .7rem;
  color: #8d90a4;
  font-size: .82rem;
}

.auth-social-btn {
  min-height: 44px;
  border: 1px solid #e2e3ec;
  border-radius: 10px;
  background: #fff;
  color: #2a2c3d;
  font-size: .82rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
}

.auth-social-btn:hover {
  border-color: #cfc8ea;
  color: var(--dark);
}

.auth-register-text {
  font-size: .88rem;
  color: #6a6d80;
}

.auth-register-text a {
  color: var(--primary);
  font-weight: 700;
}

.auth-secure-note {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  background: #eef4ff;
  border-radius: 10px;
  padding: .75rem .85rem;
  color: #4a5470;
  font-size: .78rem;
  line-height: 1.4;
}

.auth-secure-note i {
  color: var(--primary);
  font-size: 1rem;
  margin-top: .1rem;
}

.auth-otp-hint {
  font-size: .8rem;
  color: #7a7d90;
}

.otp-boxes {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
  width: 70%;
}

.otp-input {
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
  max-width: 56px;
  min-height: 52px;
  padding: 0;
  margin: 0;
  border: 1.5px solid #e0e1ea;
  border-radius: 12px;
  background: #fff;
  color: var(--dark);
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: none;
  appearance: none;
  -moz-appearance: textfield;
}

.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-input:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 .18rem rgba(106, 56, 255, .14);
}

.otp-input.is-filled {
  border-color: rgba(106, 56, 255, .45);
  background: rgba(106, 56, 255, .04);
}

.otp-input.is-invalid {
  border-color: #dc3545 !important;
  background: rgba(220, 53, 69, .05) !important;
  box-shadow: 0 0 0 .18rem rgba(220, 53, 69, .15) !important;
}

.otp-boxes.is-shake {
  animation: otpBoxesShake .45s ease;
}

@keyframes otpBoxesShake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

.auth-right-footer {
  padding-top: .5rem;
  font-size: .78rem;
  color: #8a8da0;
}

.auth-right-footer a {
  color: #8a8da0;
  font-weight: 500;
}

.auth-right-footer a:hover {
  color: var(--primary);
}

.auth-right-footer span {
  margin: 0 .35rem;
}

/* ========================
  Registration Form
======================== */
.register-card {
  max-width: 640px;
  padding: 1.25rem 1.35rem 1.1rem;
}

.register-card .auth-card-title {
  font-size: 1.45rem;
}

.register-card .auth-card-subtitle {
  font-size: .82rem;
}

.reg-field {
  margin-bottom: 0;
}

.reg-label {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .8rem;
  font-weight: 600;
  color: #3a2a7a;
  margin-bottom: .3rem;
}

.reg-label i {
  color: var(--primary);
  font-size: .88rem;
}

.reg-hint {
  font-size: .74rem;
  color: #7a7d90;
  margin: 0;
}

.reg-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.reg-input,
.reg-select {
  min-height: 42px;
  border: 1px solid #e0e1ea;
  border-radius: 10px;
  font-size: .86rem;
  color: var(--dark);
  background: #fff;
  padding: .4rem 2.3rem .4rem .75rem;
}

.reg-select {
  padding-right: 2rem;
  cursor: pointer;
}

.reg-input:focus,
.reg-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 .18rem rgba(106, 56, 255, .12);
}

.reg-edit-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #22c55e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.reg-mobile-row {
  display: flex;
  gap: .45rem;
  align-items: stretch;
}

.reg-code-btn {
  min-height: 42px;
  border: 1px solid #e0e1ea;
  border-radius: 10px;
  background: #fff;
  color: var(--dark);
  font-weight: 600;
  font-size: .8rem;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .35rem .55rem;
  white-space: nowrap;
}

.reg-verified {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  color: #16a34a;
  font-size: .72rem;
  font-weight: 600;
  background: #fff;
  padding-left: .3rem;
}

.reg-verified i {
  font-size: .82rem;
}

#regMobile.reg-input,
#regEmail.reg-input {
  padding-right: 5.2rem;
}

.reg-verify-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: var(--primary, #6a38ff);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  padding: .25rem .6rem;
  border-radius: 6px;
  cursor: pointer;
  z-index: 2;
  transition: opacity .15s ease, background-color .15s ease;
}

.reg-verify-btn:hover {
  opacity: .9;
}

.reg-verify-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.reg-upload-box {
  display: flex;
  align-items: center;
  gap: .65rem;
  border: 1px dashed #d5d6e4;
  border-radius: 10px;
  background: #fafafc;
  padding: .55rem .7rem;
}

.reg-upload-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(106, 56, 255, .1);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.reg-upload-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 0;
}

.reg-upload-text strong {
  font-size: .82rem;
  color: var(--dark);
}

.reg-upload-text small {
  font-size: .7rem;
  color: #7a7d90;
}

.reg-select-btn {
  border: 1.5px solid #c084fc;
  color: #9333ea;
  background: #fff;
  border-radius: 8px;
  font-size: .76rem;
  font-weight: 600;
  padding: .35rem .65rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.reg-select-btn:hover {
  background: #faf5ff;
  color: #7e22ce;
}

.reg-location-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: .45rem;
  align-items: stretch;
}

.reg-location-card {
  border: 1px solid #e0e1ea;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  padding: .55rem .65rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .1rem;
  transition: .2s ease;
}

.reg-location-card i {
  color: var(--primary);
  font-size: 1rem;
  margin-bottom: .05rem;
}

.reg-location-card strong {
  font-size: .8rem;
  color: var(--dark);
}

.reg-location-card small {
  font-size: .68rem;
  color: #7a7d90;
  line-height: 1.25;
}

.reg-location-card.active {
  border-color: var(--primary);
  background: #f3efff;
}

.reg-or-badge {
  align-self: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e1ea;
  color: #6b6e82;
  font-size: .64rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.reg-info-banner {
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  background: #efeafc;
  border-radius: 10px;
  padding: .55rem .75rem;
  color: #4a3d7a;
  font-size: .74rem;
  line-height: 1.35;
}

.reg-info-banner i {
  color: var(--primary);
  margin-top: .1rem;
}

.reg-secure-text {
  font-size: .74rem;
  color: #8a8da0;
}

.reg-secure-text i {
  color: #8a8da0;
}

.register-form .auth-login-btn {
  min-height: 44px;
  font-size: .92rem;
}

.register-form .auth-register-text {
  font-size: .82rem;
}

/* ========== Elite Buy Credits ========== */
.elite-buy-credits-page {
  background: #f4f6fb;
}

.ebc-main {
  padding: 0 0 2.2rem;
}

.ebc-hero {
  background: linear-gradient(145deg, #081a47 0%, #0d2b73 100%);
  color: #fff;
  padding: 1.15rem 0 1.6rem;
}

.ebc-hero-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.ebc-back {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #c8d7ff;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 600;
  margin-bottom: .75rem;
}

.ebc-back:hover {
  color: #fff;
}

.ebc-hero-left h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: .2rem;
}

.ebc-hero-left p {
  color: #ced9f8;
  margin-bottom: .8rem;
}

.ebc-rate-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .42rem .75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #f4dc98;
  font-weight: 700;
  font-size: .78rem;
}

.ebc-wallet-card {
  min-width: 290px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
}

.ebc-wallet-copy small {
  display: block;
  color: #c8d7ff;
  font-size: .75rem;
  margin-bottom: .1rem;
}

.ebc-wallet-copy strong {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}

.ebc-wallet-copy span {
  color: #d9e3ff;
  font-weight: 600;
  font-size: .84rem;
  margin-left: .3rem;
}

.ebc-wallet-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  color: #f4dc98;
}

.ebc-content {
  margin-top: -1.1rem;
}

.ebc-panel {
  background: #fff;
  border: 1px solid #eaedf5;
  border-radius: 18px;
  padding: 1.15rem;
  box-shadow: 0 10px 28px rgba(13, 31, 69, .08);
}

.ebc-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: .95rem;
}

.ebc-panel-head h2,
.ebc-side-head h2 {
  margin: 0;
  color: #0d1f45;
  font-size: 1.1rem;
  font-weight: 800;
}

.ebc-min-note {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: #f5f7fc;
  color: #5d6780;
  border-radius: 999px;
  padding: .28rem .7rem;
  font-size: .73rem;
  font-weight: 600;
}

.ebc-pack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .55rem;
  margin-bottom: 1rem;
}

.ebc-pack {
  border: 1px solid #dce3f0;
  border-radius: 12px;
  background: #fff;
  padding: .65rem .5rem;
  text-align: center;
  transition: all .2s ease;
}

.ebc-pack strong {
  display: block;
  font-size: 1.05rem;
  color: #0d1f45;
  line-height: 1;
  font-weight: 800;
}

.ebc-pack span {
  font-size: .68rem;
  color: #6b7489;
  font-weight: 600;
}

.ebc-pack:hover {
  border-color: #bfcbee;
  transform: translateY(-1px);
}

.ebc-pack.is-active {
  border-color: #6a38ff;
  background: #f4f0ff;
}

.ebc-stepper-wrap {
  margin-bottom: .95rem;
}

.ebc-stepper-wrap .form-label {
  font-size: .82rem;
  color: #5f6980;
  font-weight: 700;
  margin-bottom: .45rem;
}

.ebc-stepper {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  border: 1px solid #dbe2f0;
  border-radius: 12px;
  overflow: hidden;
}

.ebc-step-btn {
  border: none;
  background: #f7f9fd;
  color: #0d1f45;
  height: 50px;
  font-size: 1.15rem;
}

.ebc-step-btn:hover {
  background: #ecf0f8;
}

#ebcCreditsInput {
  border: none;
  outline: none;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  color: #0d1f45;
  height: 50px;
}

#ebcCreditsInput::-webkit-outer-spin-button,
#ebcCreditsInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ebc-calc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
  margin-bottom: .85rem;
}

.ebc-calc-card {
  border: 1px solid #e5e9f4;
  border-radius: 12px;
  background: #f9faff;
  padding: .8rem;
}

.ebc-calc-card small {
  display: block;
  color: #64708a;
  font-size: .76rem;
  margin-bottom: .15rem;
}

.ebc-calc-card strong {
  color: #10244f;
  font-size: 1.15rem;
  font-weight: 800;
}

.ebc-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-bottom: 1rem;
}

.ebc-chip-row span {
  background: #f3f6fd;
  color: #5a657f;
  border-radius: 999px;
  padding: .28rem .6rem;
  font-size: .68rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
}

.ebc-pay-btn {
  width: 100%;
  background: #0d1f45;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: .8rem 1rem;
  font-size: .95rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

.ebc-pay-btn:hover {
  background: #152a55;
  color: #fff;
}

.ebc-example {
  margin-top: .9rem;
  border-radius: 12px;
  background: #f2f5fc;
  border: 1px solid #e0e7f7;
  color: #5f6b84;
  padding: .75rem .85rem;
  font-size: .8rem;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}

.ebc-example i {
  color: #6a38ff;
  font-size: 1rem;
  margin-top: .1rem;
}

.ebc-example p {
  margin: 0;
}

.ebc-side-panel {
  height: 100%;
}

.ebc-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .75rem;
}

.ebc-side-head a {
  color: #6a38ff;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 700;
}

.ebc-txn-list li {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: .65rem;
  align-items: center;
  border: 1px solid #edf1f8;
  border-radius: 12px;
  padding: .7rem;
}

.ebc-txn-list li + li {
  margin-top: .55rem;
}

.ebc-txn-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.ebc-txn-icon.is-green {
  background: #e5f7ed;
  color: #1aa35c;
}

.ebc-txn-icon.is-pink {
  background: #fbeef3;
  color: #cc4a7c;
}

.ebc-txn-list strong {
  display: block;
  color: #0f234c;
  font-size: .82rem;
}

.ebc-txn-list small {
  display: block;
  color: #7d889f;
  font-size: .69rem;
}

.ebc-txn-list em {
  font-style: normal;
  display: block;
  font-size: .76rem;
  font-weight: 700;
}

.ebc-txn-list em.is-green {
  color: #1aa35c;
}

.ebc-txn-list em.is-red {
  color: #cf3f5b;
}

/* ========== Elite Payment Success ========== */
.elite-payment-success-page {
  background: #f4f6fb;
}

.eps-main {
  padding: 1.6rem 0 2.4rem;
}

.eps-shell {
  max-width: 560px;
  margin: 0 auto;
}

.eps-success-head {
  text-align: center;
  margin-bottom: 1rem;
}

.eps-check-wrap {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 1rem;
}

.eps-check-circle {
  width: 92px;
  height: 92px;
  margin: 9px auto 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #1fd06d 0%, #12a851 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  box-shadow: 0 12px 28px rgba(18, 168, 81, .35);
  animation: epsPop .55s cubic-bezier(.2, .9, .3, 1.2) both;
}

.eps-confetti {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  animation: epsConfetti .9s ease-out both;
}

.eps-confetti.c1 { top: 8px; left: 18px; background: #ff5b5b; transform: rotate(18deg); animation-delay: .05s; }
.eps-confetti.c2 { top: 0; right: 28px; background: #3b82f6; width: 6px; height: 10px; animation-delay: .1s; }
.eps-confetti.c3 { top: 28px; right: 6px; background: #f5c542; border-radius: 50%; animation-delay: .15s; }
.eps-confetti.c4 { bottom: 18px; right: 12px; background: #22c55e; width: 7px; height: 7px; animation-delay: .2s; }
.eps-confetti.c5 { bottom: 8px; left: 22px; background: #a855f7; width: 6px; height: 9px; animation-delay: .12s; }
.eps-confetti.c6 { top: 42px; left: 2px; background: #f97316; border-radius: 50%; animation-delay: .18s; }
.eps-confetti.c7 { top: 12px; left: 52px; background: #06b6d4; width: 5px; height: 5px; animation-delay: .08s; }
.eps-confetti.c8 { bottom: 26px; left: 48px; background: #ef4444; width: 5px; height: 8px; animation-delay: .22s; }

@keyframes epsPop {
  0% { transform: scale(.4); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes epsConfetti {
  0% { opacity: 0; transform: translateY(8px) scale(.6); }
  60% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.eps-success-head h1 {
  color: #1aa35c;
  font-size: 1.85rem;
  font-weight: 800;
  margin-bottom: .2rem;
}

.eps-success-head p {
  color: #0d1f45;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.eps-added-banner {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: #e9f9ef;
  border: 1px solid #c8efd6;
  border-radius: 14px;
  padding: .85rem 1rem;
  margin-bottom: 1rem;
  animation: epsFadeUp .45s ease .15s both;
}

.eps-added-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #d5f5e1;
  color: #1aa35c;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 1.25rem;
  flex-shrink: 0;
}

.eps-added-banner strong {
  display: block;
  color: #1aa35c;
  font-size: .95rem;
  font-weight: 800;
}

.eps-added-banner span {
  color: #3d4a63;
  font-size: .8rem;
}

.eps-card {
  background: #fff;
  border: 1px solid #e8ecf5;
  border-radius: 18px;
  padding: 1.15rem;
  box-shadow: 0 12px 32px rgba(13, 31, 69, .08);
  margin-bottom: 1rem;
  animation: epsFadeUp .5s ease .2s both;
}

@keyframes epsFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.eps-balance-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #e2e7f2;
  margin-bottom: 1rem;
}

.eps-balance-row small {
  display: block;
  color: #6b758c;
  font-size: .78rem;
  font-weight: 600;
  margin-bottom: .15rem;
}

.eps-balance-value {
  color: #1aa35c;
  font-size: 1.85rem;
  font-weight: 800;
  margin: 0 0 .2rem;
  line-height: 1.1;
}

.eps-rate {
  display: inline-block;
  background: #f3f6fc;
  color: #5f6b84;
  border-radius: 999px;
  padding: .22rem .55rem;
  font-size: .7rem;
  font-weight: 700;
}

.eps-wallet-visual {
  width: 110px;
  height: 110px;
  border-radius: 18px;
  background: linear-gradient(145deg, #eef3ff 0%, #f8faff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.eps-wallet-visual img {
  width: 92px;
  height: auto;
  object-fit: contain;
}

.eps-details-head {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .75rem;
}

.eps-details-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #0d1f45;
  color: #f4dc98;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
}

.eps-details-head h2 {
  margin: 0;
  font-size: .95rem;
  font-weight: 800;
  color: #0d1f45;
}

.eps-details-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .7rem 0;
  border-bottom: 1px dashed #e5eaf4;
}

.eps-details-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.eps-details-list span {
  color: #6b758c;
  font-size: .82rem;
  font-weight: 500;
}

.eps-details-list strong {
  color: #0d1f45;
  font-size: .84rem;
  font-weight: 700;
  text-align: right;
}

.eps-details-list strong.is-green {
  color: #1aa35c;
}

.eps-credits-value {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .3rem;
}

.eps-bonus {
  color: #7a869e;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .01em;
}

.eps-bonus[hidden] {
  display: none;
}

.eps-txn-id {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.eps-copy-btn {
  border: none;
  background: #f1f4fb;
  color: #5a657f;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease;
}

.eps-copy-btn:hover {
  background: #e4eaf8;
  color: #0d1f45;
}

.eps-copy-btn.is-copied {
  background: #e5f7ed;
  color: #1aa35c;
}

.eps-actions {
  display: grid;
  gap: .55rem;
  margin-top: 1.1rem;
}

.eps-home-btn {
  background: #0d1f45;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: .85rem 1rem;
  font-weight: 700;
  font-size: .92rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.eps-home-btn:hover {
  background: #152a55;
  color: #fff;
  transform: translateY(-1px);
}

.eps-home-btn .bi-house-door-fill {
  color: #e6c36a;
}

.eps-secondary-btn {
  background: #f4f0ff;
  color: #6a38ff;
  border: 1px solid #e0d6ff;
  border-radius: 12px;
  padding: .75rem 1rem;
  font-weight: 700;
  font-size: .88rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  text-decoration: none;
}

.eps-secondary-btn:hover {
  background: #ebe4ff;
  color: #5729e8;
}

.eps-promo {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: linear-gradient(135deg, #0d1f45 0%, #163a86 100%);
  color: #fff;
  border-radius: 14px;
  padding: .95rem 1rem;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
  animation: epsFadeUp .55s ease .28s both;
}

.eps-promo:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(13, 31, 69, .28);
}

.eps-promo-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(230, 195, 106, .2);
  color: #e6c36a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.eps-promo strong {
  display: block;
  font-size: .9rem;
  margin-bottom: .1rem;
}

.eps-promo span {
  display: block;
  font-size: .75rem;
  color: #c5d4f0;
}

.eps-promo-arrow {
  margin-left: auto;
  color: #fff;
  font-size: 1.1rem;
}

.eps-receipt-note {
  text-align: center;
  color: #7a849c;
  font-size: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  flex-wrap: wrap;
  margin: 0;
}

.eps-receipt-note a,
.eps-link-btn {
  color: #6a38ff;
  font-weight: 700;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  font-size: .8rem;
}

.eps-receipt-note a:hover,
.eps-link-btn:hover {
  text-decoration: underline;
}

/* ========================
   Browse Loans Page
======================== */
.browse-page-body {
  background: var(--light);
}

.browse-main {
  min-height: 60vh;
}

.browse-sticky-panel {
  position: sticky;
  top: 92px;
}

.browse-filter-card,
.browse-side-card {
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(40, 28, 90, .05);
  padding: 1.15rem 1.1rem;
}

.browse-filter-title,
.browse-side-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
}

.browse-clear-btn {
  color: var(--primary);
  font-size: .8rem;
  font-weight: 600;
  border: 0;
  background: transparent;
}

.browse-clear-btn:hover {
  color: var(--primary-hover);
}

.browse-filter-label {
  display: block;
  font-size: .78rem;
  font-weight: 500;
  color: #4a4d63;
  margin-bottom: .4rem;
}

.browse-select,
.browse-sort-select {
  border: 1px solid #e4e2ef;
  border-radius: 10px;
  min-height: 42px;
  font-size: .84rem;
  color: var(--dark);
  background-color: #fff;
  box-shadow: none;
  text-indent: 20px;
}

.browse-select:focus,
.browse-sort-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 .2rem rgba(106, 56, 255, .12);
}

.browse-select-wrap {
  position: relative;
}

.browse-select-wrap .browse-select {
  padding-left: 2.2rem;
}

.browse-select-icon {
  position: absolute;
  left: .75rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: .9rem;
  pointer-events: none;
  z-index: 1;
}

.dual-range {
  position: relative;
  height: 42px;
  margin-top: .35rem;
}

.dual-range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 5px;
  border-radius: 999px;
  background: #e8e5f4;
}

.dual-range-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.dual-range-input {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 24px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}

.dual-range-input::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--primary);
  box-shadow: 0 2px 6px rgba(106, 56, 255, .25);
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.dual-range-input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--primary);
  box-shadow: 0 2px 6px rgba(106, 56, 255, .25);
  pointer-events: auto;
  cursor: pointer;
}

.dual-range-input::-webkit-slider-runnable-track,
.dual-range-input::-moz-range-track {
  background: transparent;
  border: 0;
  height: 5px;
}

.dual-range-values {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: .72rem;
  color: #7a7d90;
  font-weight: 500;
}

.browse-distance-value {
  font-size: .78rem;
  font-weight: 600;
  color: var(--primary);
}

.single-range {
  position: relative;
  height: 42px;
  margin-top: .35rem;
}

.single-range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 5px;
  border-radius: 999px;
  background: #e8e5f4;
}

.single-range-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.single-range-input {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 24px;
  margin: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.single-range-input::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--primary);
  box-shadow: 0 2px 6px rgba(106, 56, 255, .25);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.single-range-input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--primary);
  box-shadow: 0 2px 6px rgba(106, 56, 255, .25);
  cursor: pointer;
}

.single-range-input::-webkit-slider-runnable-track,
.single-range-input::-moz-range-track {
  background: transparent;
  border: 0;
  height: 5px;
}

.single-range-values {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: .72rem;
  color: #7a7d90;
  font-weight: 500;
}

.browse-check-list {
  display: grid;
  gap: .55rem;
}

.browse-check {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .8rem;
  color: #4a4d63;
  cursor: pointer;
}

.browse-check input {
  margin-top: .15rem;
  accent-color: var(--primary);
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.browse-apply-btn {
  background: var(--btn-gradient);
  color: #fff;
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  font-weight: 600;
  font-size: .88rem;
}

.browse-apply-btn:hover {
  background: var(--btn-gradient-hover);
  color: #fff;
}

.browse-reset-btn,
.browse-side-btn,
.browse-btn-outline,
.browse-mobile-filter-trigger {
  background: #fff;
  color: var(--primary);
  
  
  min-height: 42px;
  font-weight: 600;
  font-size: .84rem;
	
}

.browse-reset-btn:hover,
.browse-side-btn:hover,
.browse-btn-outline:hover,
.browse-mobile-filter-trigger:hover {
  background: rgba(106, 56, 255, .06);
  color: var(--primary);
}

.browse-breadcrumb {
  font-size: .78rem;
  color: #8a8da0;
  display: flex;
  align-items: center;
  gap: .4rem;
}

.browse-breadcrumb a:hover {
  color: var(--primary);
}

.browse-page-title {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 700;
  color: var(--dark);
}

.browse-page-desc {
  font-size: .86rem;
  color: #6b6e82;
  max-width: 36rem;
}

.browse-category-wrap {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.browse-category-scroll {
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  min-width: 0;
  padding-bottom: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.browse-category-scroll::-webkit-scrollbar {
  display: none;
}

.browse-cat-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e4e2ef;
  background: #fff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.browse-cat-arrow:hover:not(:disabled) {
  background: #f5f0ff;
  border-color: var(--primary);
}

.browse-cat-arrow:disabled {
  opacity: .4;
  cursor: default;
  color: #9a93b8;
}

.browse-chip {
  flex: 0 0 auto;
  border: 1px solid #e4e2ef;
  background: #fff;
  color: #4a4d63;
  border-radius: 999px;
  padding: .4rem .85rem;
  font-size: .78rem;
  font-weight: 500;
  white-space: nowrap;
}

.browse-interest-mode {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.browse-interest-radio {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  margin: 0;
  font-size: .72rem;
  font-weight: 600;
  color: #5b5e74;
  cursor: pointer;
  user-select: none;
}

.browse-interest-radio input {
  accent-color: var(--primary);
  width: 14px;
  height: 14px;
  margin: 0;
  cursor: pointer;
}

.browse-chip span {
  color: #8a8da0;
  margin-left: .15rem;
}

.browse-chip.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.browse-chip.active span {
  color: rgba(255, 255, 255, .85);
}

.browse-chip:hover:not(.active) {
  border-color: var(--primary);
  color: var(--primary);
}

.browse-results-count {
  font-size: .88rem;
  color: var(--dark);
}

.browse-sort-label {
  font-size: .8rem;
  color: #6b6e82;
}

.browse-sort-select {
  width: auto;
  min-width: 140px;
  min-height: 36px;
  font-size: .8rem;
  padding: .25rem .75rem;
}

.browse-loan-list {
  display: grid;
  gap: 1rem;
}

.browse-loan-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 1rem;
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 14px;
  padding: .9rem;
  box-shadow: 0 8px 22px rgba(40, 28, 90, .04);
  transition: box-shadow .2s ease, transform .2s ease;
}

.browse-loan-card:hover {
  box-shadow: 0 12px 28px rgba(40, 28, 90, .08);
}

.browse-loan-media {
  position: relative;
}

.browse-loan-type {
  position: absolute;
  left: .45rem;
  top: .45rem;
  z-index: 1;
  background: rgba(21, 20, 43, .72);
  color: #fff;
  font-size: .65rem;
  font-weight: 600;
  border-radius: 999px;
  padding: .2rem .5rem;
}

.browse-loan-thumb {
  height: 100%;
  min-height: 128px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.browse-loan-thumb img {
 /* width: 88px;*/
  height: auto;
  object-fit: contain;
}

.bg-property { background: #ede7ff; }
.bg-gold { background: #fff4d6; }
.bg-vehicle { background: #e8f3ff; }
.bg-personal { background: #f1ecff; }
.bg-business { background: #eaf8f0; }
.bg-electronics { background: #fff0f5; }
.bg-education { background: #eaf2ff; }

.browse-loan-top {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .65rem;
}

.browse-loan-title {
  font-size: .98rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: .35rem;
}

.browse-loan-badges {
    display: flex;
	justify-content: space-between;
	margin-top: 5px;
  flex-wrap: wrap;
  gap: .35rem;
  margin-bottom: .35rem;
}
badge-new {
  background: #efeaff;
  color: var(--primary);
}

.badge-urgent {
  background: #fdecee;
  color: #d64545;
}

.browse-loan-location {
  font-size: .76rem;
  color: #7a7d90;
}

.browse-loan-location i {
  color: var(--primary);
}

.browse-save-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #ebeaf2;
  color: #8a8da0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.browse-save-btn.active,
.browse-save-btn:hover {
  color: var(--primary);
  border-color: #d9d1ff;
  background: #f6f3ff;
}

.browse-loan-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  background: #f7f6fb;
  border-radius: 10px;
  padding: .65rem .75rem;
  margin-bottom: .75rem;
}

.browse-loan-stats span {
  display: block;
  font-size: .68rem;
  color: #8a8da0;
  margin-bottom: .15rem;
}

.browse-loan-stats strong {
  font-size: .84rem;
  color: var(--dark);
  font-weight: 600;
}

.browse-loan-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.browse-loan-user {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
}

.browse-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: .68rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.browse-loan-user strong {
  display: block;
  font-size: .8rem;
  color: var(--dark);
  line-height: 1.2;
}
.browse-posted {
  font-size: .72rem;
  color: #8a8da0;
}

.browse-loan-actions {
  display: flex;



  flex-wrap: wrap;
  gap: .5rem;
}

.browse-btn-outline,
.browse-btn-primary {
  min-height: 38px;
  padding: .5rem .85rem;
  font-size: .78rem;
  border-radius: 999px;
  font-weight: 600;
}

.browse-btn-primary {
  background: var(--btn-gradient);
  color: #fff;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border-radius: 999px;
}

.browse-btn-primary:hover {
  background: var(--btn-gradient-hover);
  border: 0;
  color: #fff;
}

.browse-showing {
  font-size: .8rem;
  color: #6b6e82;
}

.browse-pagination .page-link {
  border: 1px solid #e4e2ef;
  color: #4a4d63;
  font-size: .8rem;
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  margin: 0 .15rem;
  padding: 0 .45rem;
}

.browse-pagination .page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.browse-pagination .page-item.disabled .page-link {
  color: #b0b3c2;
  background: #f5f5f8;
}

.browse-side-stack {
  display: grid;
  gap: .9rem;
}

.browse-membership-card {
  background: linear-gradient(160deg, #5b2fe0 0%, #6a38ff 48%, #8d5cff 100%);
  color: #fff;
  border-radius: 14px;
  padding: 1.2rem 1.1rem;
  box-shadow: 0 12px 28px rgba(106, 56, 255, .28);
}

.browse-membership-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: .4rem;
}

.browse-membership-text {
  font-size: .8rem;
  color: rgba(255, 255, 255, .88);
  margin-bottom: .85rem;
}

.browse-membership-list {
  display: grid;
  gap: .45rem;
  font-size: .78rem;
}

.browse-membership-list i {
  color: #9dffc5;
  margin-right: .35rem;
}

.browse-membership-btn {
  background: #fff;
  color: var(--primary);
  border: 0;
  border-radius: 10px;
  min-height: 42px;
  font-weight: 600;
  font-size: .84rem;
	padding: 10px 0px;
}

.browse-membership-btn:hover {
  background: #f4f1ff;
  color: var(--primary);
}

.browse-side-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #efeaff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .65rem;
  font-size: 1.05rem;
}

.browse-side-text {
  font-size: .78rem;
  color: #6b6e82;
  margin-bottom: .75rem;
}

.browse-trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  font-size: .8rem;
  font-weight: 600;
  color: #1f9d57;
  background: #eefaf3;
  border-radius: 10px;
  padding: .7rem .8rem;
}

.browse-trust-badge i {
  font-size: 1.05rem;
}

.browse-features {
  background: #efeaff;
  padding: 1.1rem 0;
  margin-top: 1.5rem;
}

.browse-feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  color: var(--dark);
  font-size: .84rem;
  font-weight: 600;
}

.browse-feature-item i {
  color: var(--primary);
  font-size: 1.15rem;
}

.auth-left::after{ min-height: 260px;max-height: 370px; background: url(../images/auth-left-bg.png) no-repeat center bottom;  background-size: 80% auto;opacity: 0.3;}
.auth-left-text{font-size: .90rem;}

/* ========================
   My Loans Page
======================== */
.myloans-page-body {
  background: var(--light);
}

.myloans-boost-banner {
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 35%, rgba(141, 92, 255, .35), transparent 28%),
    radial-gradient(circle at 92% 70%, rgba(106, 56, 255, .28), transparent 24%),
    linear-gradient(120deg, #1a1540 0%, #24175e 42%, #2a1870 100%);
  box-shadow: 0 14px 34px rgba(33, 22, 90, .22);
  position: relative;
}

.myloans-boost-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr .8fr .7fr;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem 1.6rem;
  min-height: 190px;
}

.myloans-boost-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(106, 56, 255, .85);
  color: #fff;
  border-radius: 999px;
  padding: .3rem .75rem;
  font-size: .72rem;
  font-weight: 600;
  margin-bottom: .7rem;
}

.myloans-boost-title {
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 700;
  margin-bottom: .45rem;
}

.myloans-boost-title span {
  color: #ffd76a;
}

.myloans-boost-text {
  color: rgba(255, 255, 255, .82);
  font-size: .88rem;
  margin-bottom: 1rem;
  max-width: 28rem;
}

.myloans-pay-btn {
  background: var(--btn-gradient);
  color: #fff;
  border: 0;
  border-radius: 999px;
  min-height: 42px;
  padding: .45rem 1.2rem;
  font-weight: 700;
  font-size: .88rem;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
}

.myloans-pay-btn:hover {
  color: #fff;
  background: var(--btn-gradient-hover);
  filter: none;
}

.myloans-boost-perks {
  display: grid;
  gap: .7rem;
}

.myloans-boost-perks li {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: #fff;
  font-size: .84rem;
  font-weight: 500;
}

.myloans-perk-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(106, 56, 255, .9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.myloans-boost-art {
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myloans-rocket {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #9b7bff, #6a38ff 55%, #3d1fb0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.2rem;
  box-shadow: 0 10px 28px rgba(106, 56, 255, .45);
  animation: myloanRocket 2.8s ease-in-out infinite;
  position: relative;
  z-index: 2;
}

.myloans-planet {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  right: 18%;
  top: 12%;
  background: radial-gradient(circle at 30% 30%, #ffd76a, #f0a429);
  box-shadow: 0 0 18px rgba(255, 215, 106, .35);
}

.myloans-star {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: .75;
}

.myloans-star-1 { top: 18%; left: 22%; }
.myloans-star-2 { top: 40%; right: 12%; width: 4px; height: 4px; }
.myloans-star-3 { bottom: 28%; left: 30%; width: 5px; height: 5px; }

.myloans-cloud {
  position: absolute;
  bottom: 8px;
  width: 70px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  filter: blur(1px);
}

.myloans-cloud-1 { left: 18%; }
.myloans-cloud-2 { right: 20%; width: 54px; bottom: 18px; }

@keyframes myloanRocket {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.myloans-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.myloans-tab {
  border: 1px solid #e4e2ef;
  background: #fff;
  color: var(--dark);
  border-radius: 999px;
  min-height: 38px;
  padding: .35rem 1rem;
  font-size: .84rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;

}

.myloans-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.myloans-tab:hover:not(.active) {
  border-color: var(--primary);
  color: var(--primary);
}

.myloans-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.myloans-dot-active { background: #22c55e; }
.myloans-dot-inactive { background: #9ca3af; }

.myloan-card {
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(40, 28, 90, .07);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow .2s ease;
  padding: 0;
}

.myloan-card:hover {
  box-shadow: 0 14px 32px rgba(40, 28, 90, .1);
}

.myloan-card.is-inactive {
  opacity: .94;
}

.myloan-featured-badge {
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-flex;

  align-items: center;
  gap: .25rem;
  background: linear-gradient(90deg, #f78f05, #f0b429);
  color: #000;
  font-size: .64rem;
  font-weight: 600;
  padding: .18rem .7rem .12rem .55rem;

  border-radius: 0 999px 999px 0;
  z-index: 3;
  box-shadow: 0 4px 10px rgba(240, 180, 41, .3);
}

.myloan-featured-badge i {
  font-size: .75rem;
  line-height: 1;
}

.myloan-card-main {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: .9rem;
  padding: 1rem 1rem .85rem;
  flex-grow: 1;
}

.myloan-media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
}

.myloan-fav-btn {
  position: absolute;
  right: .4rem;
  top: .2rem;
  z-index: 2;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: var(--primary);
  display: inline-flex;

  align-items: center;
  justify-content: center;
  font-size: .95rem;
  box-shadow: 0 2px 8px rgba(40, 28, 90, .1);
}

.myloan-fav-btn.active {
  color: #ff4d8d;
}

.myloan-thumb {
  width: 100%;
  height: 92px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.myloan-thumb img {
  width: 58px;
  height: auto;
  object-fit: contain;




}

.myloan-location {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  background: #efeaff;
  color: var(--primary);
  font-size: .72rem;
  font-weight: 500;
  border-radius: 999px;
  padding: .22rem .55rem;
  line-height: 1;
}

.myloan-location i {
  font-size: .7rem;
}

.myloan-info {
  min-width: 0;
}

.myloan-info-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: .2rem;
}

.myloan-title {
  font-size: .9rem;
  font-weight: 600;
  color: var(--dark);
  margin: 0;
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}

.myloan-status-wrap {
  text-align: right;
  flex-shrink: 0;
}

.myloan-switch-row {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.myloan-switch {
  padding-left: 0;
  margin: 0;
  min-height: auto;
  display: inline-flex;
  align-items: center;
}

.myloan-switch .form-check-input {
  width: 2.15rem;
  height: 1.1rem;
  margin: 0;
  float: none;
  cursor: pointer;
  background-color: #cfd2de;
  border-color: #cfd2de;
}

.myloan-switch .form-check-input:checked {
  background-color: #22c55e;
  border-color: #22c55e;
}

.myloan-switch .form-check-input:focus {
  box-shadow: 0 0 0 .2rem rgba(34, 197, 94, .18);
}

.myloan-status-label {
  font-size: .8rem;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
}

.myloan-status-label.is-active {
  color: #16a34a;
}

.myloan-status-label.is-inactive {
  color: #9ca3af;
}

.myloan-days {
  font-size: .68rem;
  color: #8a8da0;
  margin-top: .15rem;
  white-space: nowrap;
}

.myloan-days i {
  margin-right: .12rem;
}

.myloan-amount {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  margin: .75rem 0 .7rem;
  line-height: 1.2;
}

.myloan-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .4rem;
}

.myloan-meta-item {
  text-align: center;
  min-width: 0;
}

.myloan-meta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  width: 100%;
  border-radius: 999px;
  padding: .3rem .35rem;
  font-size: .68rem;
  font-weight: 600;
  color: var(--dark);
  white-space: nowrap;
}

.myloan-meta-pill i {
  font-size: .78rem;
  flex-shrink: 0;
}

.myloan-meta-pill.meta-green {
  background: #e7f8ef;
}

.myloan-meta-pill.meta-green i {
  color: #22c55e;
}

.myloan-meta-pill.meta-orange {
  background: #fff3e5;
}

.myloan-meta-pill.meta-orange i {
  color: #f59e0b;
}

.myloan-meta-pill.meta-blue {
  background: #eaf2ff;
}

.myloan-meta-pill.meta-blue i {
  color: #3b82f6;
}

.myloan-meta-item > span {
  display: block;
  font-size: .6rem;
  color: #8a8da0;
  line-height: 1.2;
  margin-top: .28rem;
}

.myloan-card-footer {
  background: #e5dcff;
  border-top: 0;
  margin-top: 18px;
  padding: .7rem .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;






  gap: .4rem;
  flex-wrap: nowrap;
  border-radius: 6px;
}

.myloan-actions {
  display: flex;
  gap: .4rem;
}

.myloan-icon-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 10px;
  border: 1.5px solid #eceaf3;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.myloan-icon-btn.delete {
  color: #ff4d8d;
  border-color: #ffb6ce;
}

.myloan-icon-btn.edit {
  color: var(--primary);
  border-color: #cbbfff;
}

.myloan-icon-btn:hover {
  background: #fff;
  filter: brightness(.98);
}

.myloan-footer-right {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-left: auto;
}

.myloan-details-btn {
  background: #fff;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  border-radius: 999px;
  min-height: 36px;
  padding: .35rem .9rem;
  font-size: .72rem;
  font-weight: 600;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.myloan-details-btn:hover {
  background: rgba(106, 56, 255, .06);
  color: var(--primary);
}

.myloan-boost-btn {
  background: var(--btn-gradient);
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  min-height: 36px;
  padding: .4rem .85rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  box-shadow: none;
}

.myloan-boost-btn i {
  font-size: .78rem;
  line-height: 1;
  color: inherit;
}

.myloan-boost-btn:hover,
.myloan-boost-btn:focus,
.myloan-boost-btn:focus-visible,
.myloan-boost-btn:active,
.myloan-boost-btn:visited,
.myloan-boost-btn.active {
  background: var(--btn-gradient-hover);
  color: #fff !important;
  box-shadow: none;
  outline: none;
}

.myloan-boost-btn:hover i,
.myloan-boost-btn:focus i,
.myloan-boost-btn:active i,
.myloan-boost-btn:visited i {
  color: #fff !important;
}

/* ========================
   FinDeals Modals (Delete)
======================== */
.findeals-modal-content {
  border: 1px solid #dce8ff;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(40, 28, 90, .16);
  position: relative;
  overflow: visible;
}

.findeals-modal-close {
  position: absolute;
  top: .85rem;
  right: .85rem;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: #ffe4ec;
  color: #ff4d8d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  line-height: 1;
}

.findeals-modal-close:hover {
  background: #ffd0df;
  color: #e8336f;
}

.findeals-modal-body {
  padding: 1.75rem 1.5rem 1.5rem;
}

.findeals-modal-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 .45rem;
}

.findeals-modal-text {
  font-size: .9rem;
  color: #6b6e82;
  margin-bottom: 1rem;
}

.delete-modal-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  background: #ffe4ec;
  color: #ff4d8d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  position: relative;
}

.delete-modal-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff4d8d;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

.delete-modal-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  background: #fff0f4;
  border: 1px solid #ffc4d4;
  border-radius: 10px;
  padding: .7rem .9rem;
  color: #e8336f;
  font-size: .84rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.delete-modal-warning i {
  font-size: 1rem;
}

.findeals-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
  align-items: stretch;
  width: 100%;
}

.findeals-modal-cancel {

  min-height: 48px;
  border-radius: 999px;
  border: 1.5px solid var(--primary);
  background: #fff;
  color: var(--primary);
  font-weight: 600;
  font-size: .92rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.findeals-modal-cancel:hover {
  background: rgba(106, 56, 255, .05);
  color: var(--primary);
}

.findeals-modal-continue,
.findeals-modal-ok {
  min-height: 48px;
  border-radius: 999px;
  border: 0;
  background: var(--btn-gradient);
  color: #fff;
  font-weight: 600;
  font-size: .92rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  width: 100%;
  padding: .55rem 1rem;
}

.findeals-modal-continue:hover,
.findeals-modal-ok:hover {
  color: #fff;
  background: var(--btn-gradient-hover);
  filter: none;
}

.success-modal-icon {
  width: 96px;
  height: 96px;
  margin: .35rem auto 1.15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-check {

  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  display: inline-flex;

  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 0 0 10px rgba(34, 197, 94, .18);
  position: relative;
  z-index: 1;
}

.success-confetti {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.success-confetti.c1 { top: 8px; left: 18px; background: #f59e0b; transform: rotate(20deg); }
.success-confetti.c2 { top: 4px; right: 22px; width: 7px; height: 7px; border-radius: 50%; background: #8d5cff; }
.success-confetti.c3 { top: 36px; left: 4px; width: 6px; height: 9px; background: #22c55e; transform: rotate(-25deg); }
.success-confetti.c4 { top: 34px; right: 6px; width: 9px; height: 6px; background: #3b82f6; transform: rotate(35deg); }
.success-confetti.c5 { bottom: 10px; left: 16px; width: 6px; height: 6px; border-radius: 50%; background: #ff4d8d; }
.success-confetti.c6 { bottom: 12px; right: 14px; background: #f0b429; transform: rotate(45deg); }

/* ========================
   Loan Details Page
======================== */
.loan-details-page-body {
  background: var(--light);
}

.loan-details-hero {
  background:
    radial-gradient(circle at 88% 40%, rgba(255, 255, 255, .12), transparent 22%),
    linear-gradient(120deg, #4b1fd6 0%, #6a38ff 55%, #8d5cff 100%);
  padding: 1.6rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}

.loan-details-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .22) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: .22;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 45%, #000 75%);
  -webkit-mask-image: linear-gradient(90deg, transparent 45%, #000 75%);
}

.loan-details-hero .container {
  position: relative;
  z-index: 1;
}

.loan-details-back-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.loan-details-back-circle:hover {
  background: rgba(255, 255, 255, .24);
  color: #fff;
}

.loan-details-hero-title {
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 700;
}

.loan-details-hero-text {
  color: rgba(255, 255, 255, .85);
  font-size: .9rem;
}

.loan-details-section {
  margin-top: -2.75rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

.loan-details-form-card {
  box-shadow: 0 16px 40px rgba(40, 28, 90, .1);
  border-radius: 18px;
}

.loan-details-label {
  display: block;
  font-size: .8rem;
  font-weight: 500;
  color: #4a4d63;
  margin-bottom: .4rem;
}

fieldset .loan-details-label {
  float: none;
  width: auto;
  padding: 0;
}

.loan-details-input {
  min-height: 46px;
  border: 1px solid #e4e2ef;
  border-radius: 10px;
  font-size: .88rem;
  color: var(--dark);
  box-shadow: none;
}

.loan-details-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 .2rem rgba(106, 56, 255, .12);
}

.loan-details-radios {
  margin-top: .15rem;
}

.loan-details-radio {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .86rem;
  color: var(--dark);
  cursor: pointer;
  font-weight: 500;
}

.loan-details-radio input {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #c9c5d8;
  border-radius: 50%;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.loan-details-radio input:checked {
  border-color: #ff4b91;
}

.loan-details-radio input:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #ff4b91;
}

.loan-details-upload {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  border: 1px dashed #d7d2e8;
  border-radius: 12px;
  background: #faf9fd;
  padding: .9rem 1rem;
}

.loan-details-upload-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #efeaff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.loan-details-upload-copy {
  flex: 1;
  min-width: 140px;
}

.loan-details-upload-copy strong {
  display: block;
  font-size: .86rem;
  color: var(--dark);
  font-weight: 600;
}

.loan-details-upload-copy small {
  display: block;
  font-size: .74rem;
  color: #8a8da0;
}

.loan-details-upload-btn {
  border: 1.5px solid var(--primary);
  color: var(--primary);
  background: #fff;
  border-radius: 999px;
  min-height: 40px;
  padding: .35rem .9rem;
  font-size: .8rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  cursor: pointer;
}

.loan-details-upload-btn:hover {
  background: rgba(106, 56, 255, .05);
  color: var(--primary);
}

.loan-details-file-name {
  font-size: .75rem;
  color: #6b6e82;
  margin-top: .45rem;
}

.loan-details-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 12px;
  padding: .85rem 1rem;
  height: 100%;
}

.loan-details-trust-item i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #efeaff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.loan-details-trust-item strong {
  display: block;
  font-size: .86rem;
  color: var(--dark);
  font-weight: 600;
  line-height: 1.25;
}

.loan-details-trust-item span {
  display: block;
  font-size: .74rem;
  color: #8a8da0;
}

a.myloan-icon-btn {
  text-decoration: none;
}

/* ========================
   Boost Your Post Page
======================== */
.boost-page-body {
  background: #f7f5fb;
  padding-bottom: 0;
}

.boost-main {
  padding-bottom: 7.5rem;
}

.boost-page-head {
  display: block;
}

.boost-page-head-copy {
  min-width: 0;
}

.boost-page-title {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  color: #1a104e;
}

.boost-page-title i {
  color: #ff4e8e;
  font-size: 1.15em;
}

.boost-page-sub {
  color: #8a84a6;
  font-size: .92rem;
}

.boost-crumb-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: 1.1rem;
}

.boost-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .4rem .5rem;
  font-size: .88rem;
  color: #6b6588;
}

.boost-crumb-back {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #e4e0f0;
  background: #fff;
  color: #1a104e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: .15rem;
}

.boost-crumb-back:hover {
  color: #6a38ff;
  border-color: #d7cff3;
}

.boost-breadcrumb a {
  color: #6b6588;
  text-decoration: none;
  font-weight: 500;
}

.boost-breadcrumb a:hover { color: #6a38ff; }

.boost-crumb-sep { color: #b0aac4; }

.boost-crumb-current {
  color: #1a104e;
  font-weight: 600;
}

.boost-help-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #6a38ff;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.boost-help-link:hover { color: #5729e8; }

.boost-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1.25rem;
  align-items: start;
}

.boost-left,
.boost-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.boost-panel {
  background: #fff;
  border: 1px solid #ebe7f4;
  border-radius: 16px;
  padding: 1.15rem 1.2rem 1.2rem;
  box-shadow: 0 8px 22px rgba(40, 24, 100, .05);
}

.boost-panel-title {

  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a104e;
  margin: 0 0 1rem;
}

.boost-panel-title i { color: #ff4e8e; font-size: 1rem; }

.boost-panel-title .bi-rocket-takeoff-fill { color: #6a38ff; }

.boost-reach-list {
  display: grid;
  gap: .7rem;
  margin-bottom: .9rem;
}

.boost-reach-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .75rem;
  border: 1.5px solid #e4e0f0;
  background: #fff;
  border-radius: 14px;
  padding: .85rem 1rem;
  cursor: pointer;
  margin: 0;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.boost-reach-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.boost-reach-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cfc8e4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.boost-reach-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
}

.boost-reach-meta strong {
  display: block;
  color: #1a104e;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.25;
}

.boost-reach-meta small {
  display: block;
  color: #8a84a6;
  font-size: .75rem;
  margin-top: .12rem;
}

.boost-reach-price {
  color: #1a104e;
  font-size: 1.05rem;
  font-weight: 800;
}

.boost-reach-card.is-selected,
.boost-reach-card:has(input:checked) {
  background: #fff1f6;
  border-color: #ff4e8e;
  box-shadow: 0 0 0 1px rgba(255, 78, 142, .15);
}

.boost-reach-card.is-selected .boost-reach-radio,
.boost-reach-card:has(input:checked) .boost-reach-radio {
  border-color: #ff4e8e;
}

.boost-reach-card.is-selected .boost-reach-radio::after,
.boost-reach-card:has(input:checked) .boost-reach-radio::after {
  background: #ff4e8e;
}

.boost-reach-card.is-selected .boost-reach-price,
.boost-reach-card:has(input:checked) .boost-reach-price {
  color: #ff4e8e;
}

.boost-highlight-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  background: #fff6e8;
  border: 1px solid #f3dfb8;
  border-radius: 12px;
  padding: .75rem .9rem;
  margin-bottom: .75rem;
  color: #5a4300;
  font-size: .9rem;
}

.boost-highlight-left {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.boost-highlight-sun {
  color: #f59e0b;
  font-size: 1.1rem;
}

.boost-highlight-only {
  color: #e11d48;
  font-size: .95rem;
  font-weight: 800;
  white-space: nowrap;
}

.boost-reach-note {
  display: flex;
  align-items: flex-start;
  gap: .4rem;
  color: #ff4e8e;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4;
}

.boost-reach-note i {
  margin-top: .1rem;
  flex-shrink: 0;
}

.boost-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: start;
}

.boost-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: .15rem;
}

.boost-benefit-ico {
  position: relative;
  box-sizing: border-box;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #efeaff;
  color: #6a38ff;
  display: block;
  margin: 0 auto .7rem;
  flex: none;
  overflow: visible;
}

.boost-benefit-ico i,
.boost-benefit-ico .bi {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 1.9rem !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  color: #6a38ff !important;
}

.boost-benefit-ico i::before,
.boost-benefit-ico .bi::before {
  display: block !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.boost-benefit strong {
  display: block;
  width: 100%;
  color: #1a104e;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .2rem;
  text-align: center;
}

.boost-benefit span {
  display: block;
  
  color: #8a84a6;
  font-size: .74rem;
  text-align: center;
}

.boost-preview-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  width: 100%;
}

.boost-preview-card.boost-product-card,
.boost-product-card {
  position: relative;
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(40, 24, 100, .08);
  padding: 1.05rem 1.1rem 1.1rem;
  width: 100%;
}

.boost-product-top {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: .95rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eceaf3;
  margin-bottom: 1rem;
}

.boost-product-media {
  width: 104px;
  height: 104px;
  border-radius: 14px;
  background: #e8f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.boost-product-img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.boost-product-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .55rem;
  min-width: 0;
}

.boost-product-info-main {
  min-width: 0;
  flex: 1;
}

.boost-product-title {
  margin: 0 0 .4rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #15142b;
  line-height: 1.3;
}

.boost-product-price {
  margin: 0 0 .5rem;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--primary, #6a38ff);
  line-height: 1.15;
}

.boost-product-loc {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  background: #efeaff;
  color: var(--primary, #6a38ff);
  border-radius: 999px;
  padding: .3rem .7rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.2;
}

.boost-product-loc i {
  font-size: .78rem;
  color: var(--primary, #6a38ff);
}

.boost-product-bookmark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 0;
  background: #efeaff;
  color: var(--primary, #6a38ff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  box-shadow: none;
}

.boost-product-bookmark i {
  font-size: 1.1rem;
  line-height: 1;
}

.boost-product-bookmark:hover,
.boost-product-bookmark:focus-visible {
  background: #e4dbff;
  color: #5729e8;
}

.boost-product-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}

.boost-product-meta-item {
  text-align: center;
  min-width: 0;
}

.boost-product-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  width: 100%;
  border-radius: 999px;
  padding: .42rem .45rem;
  font-size: .76rem;
  font-weight: 700;
  color: #15142b;
  white-space: nowrap;
  margin-bottom: .38rem;
}

.boost-product-pill i {
  font-size: .88rem;
  flex-shrink: 0;
  line-height: 1;
}

.boost-product-pill.is-green {
  background: #e7f8ef;
}

.boost-product-pill.is-green i {
  color: #22c55e;
}

.boost-product-pill.is-orange {
  background: #fff3e5;
}

.boost-product-pill.is-orange i {
  color: #f59e0b;
}

.boost-product-pill.is-blue {
  background: #eaf2ff;
}

.boost-product-pill.is-blue i {
  color: #3b82f6;
}

.boost-product-meta-item > span {
  display: block;
  color: #8a84a6;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.25;
}

.boost-trust-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  background: #fff;
  border: 1px solid #ebe7f4;
  border-radius: 12px;
  padding: .7rem .9rem;
}

.boost-trust-copy {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #3f3a5c;
  font-size: .82rem;
}

.boost-trust-copy i { color: #16a34a; font-size: 1.1rem; }

.boost-trust-avatars {
  display: flex;
  align-items: center;
}

.boost-trust-avatars span,
.boost-trust-avatars em {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .62rem;
  font-weight: 800;
  font-style: normal;
}

.boost-trust-avatars span:first-child { margin-left: 0; }
.boost-trust-avatars span:nth-child(1) { background: linear-gradient(135deg, #6a38ff, #9457eb); color: #fff; }
.boost-trust-avatars span:nth-child(2) { background: linear-gradient(135deg, #ff4e8e, #9457eb); color: #fff; }
.boost-trust-avatars span:nth-child(3) { background: linear-gradient(135deg, #f59e0b, #ef4444); color: #fff; }
.boost-trust-avatars span:nth-child(4) { background: linear-gradient(135deg, #22c55e, #06b6d4); color: #fff; }

.boost-trust-avatars em {
  background: #efeaff;
  color: #6a38ff;
  width: auto;
  min-width: 36px;
  padding: 0 .4rem;
  border-radius: 999px;
}

.boost-assure-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .55rem;
}

.boost-assure {
  background: #fff;
  border: 1px solid #ebe7f4;
  border-radius: 12px;
  padding: .7rem .45rem;
  text-align: center;
}

.boost-assure i {
  display: block;
  color: #6a38ff;
  font-size: 1.15rem;
  margin-bottom: .35rem;
}

.boost-assure strong {
  display: block;
  color: #1a104e;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.25;
}

.boost-assure span {
  display: block;
  color: #8a84a6;
  font-size: .62rem;
  margin-top: .1rem;
}

.boost-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: #fff;
  border-top: 1px solid #ebe7f4;
  box-shadow: 0 -10px 28px rgba(40, 24, 100, .1);
  padding: .9rem 0;
  will-change: transform;
  transition: none;
}

.boost-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.boost-sticky-total {
  display: flex;
  align-items: center;
  gap: .7rem;
  flex-shrink: 0;
}

.boost-sticky-total-ico {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #ffe4ef;
  color: #ff4e8e;
  display: block;
  flex: none;
}

.boost-sticky-total-ico i {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
  color: #ff4e8e !important;
}

.boost-sticky-total-label {
  display: block;
  color: #8a84a6;
  font-size: .72rem;
  font-weight: 600;
  margin-bottom: .15rem;
}

.boost-sticky-total-row {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.boost-sticky-total-row strong {
  color: #1a104e;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.boost-days-badge {
  font-style: normal;
  background: #ffe4ef;
  color: #e11d48;
  font-size: .7rem;
  font-weight: 700;
  border-radius: 999px;
  padding: .22rem .55rem;
  white-space: nowrap;
}

.boost-sticky-divider {
  width: 1px;
  align-self: stretch;
  min-height: 42px;
  background: #e8e4f2;
  flex-shrink: 0;
}

.boost-sticky-payopts {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.boost-sticky-payopts-label {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #8a84a6;
  font-size: .72rem;
  font-weight: 600;
  margin-bottom: .4rem;
}

.boost-sticky-payopts-label i {
  font-size: .75rem;
  color: #9a94b0;
}

.boost-pay-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
}

.boost-pay-logos em {
  font-style: normal;
  min-width: 52px;
  height: 30px;
  padding: 0 .45rem;
  border-radius: 8px;
  border: 1px solid #e4e0f0;
  background: #fff;
  color: #5b5678;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.boost-pay-logos em.is-visa {
  color: #1a1f71;
  font-style: italic;
  font-weight: 800;
  letter-spacing: .06em;
}

.boost-pay-logos em.is-mc {
  gap: 0;
  min-width: 44px;
}

.boost-pay-logos em.is-mc span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

.boost-pay-logos em.is-mc span:first-child {
  background: #eb001b;
  margin-right: -5px;
  z-index: 1;
}

.boost-pay-logos em.is-mc span:last-child {
  background: #f79e1b;
}

.boost-pay-logos em.is-rupay {
  color: #0b5cab;
}

.boost-pay-logos em.is-net {
  font-size: .55rem;
  min-width: 72px;
}

.boost-sticky-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  flex-shrink: 0;
}

.boost-sticky-btns {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.boost-cancel-btn,
.boost-pay-btn {
  min-height: 48px;
  border-radius: 12px;
  font-weight: 700;
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .55rem 1.15rem;
  text-decoration: none;
  white-space: nowrap;
}

.boost-cancel-btn {
  border: 1.5px solid #6a38ff;
  background: #fff;
  color: #6a38ff;
  min-width: 100px;
}

.boost-cancel-btn:hover {
  background: #f3efff;
  color: #5729e8;
}

.boost-pay-btn {
  border: 0;
  background: linear-gradient(90deg, #FF4E8E 0%, #8E44AD 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(255, 78, 142, .28);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.boost-pay-btn:hover {
  color: #fff;
  filter: brightness(1.05);
}

.boost-sticky-secure {
  text-align: center;
  color: #8a84a6;
  font-size: .68rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: .28rem;
}

.boost-sticky-secure i {
  color: #f5c542;
  font-size: .72rem;
}

@media (max-width: 991.98px) {
  .boost-layout {
    grid-template-columns: 1fr;
  }

  .boost-assure-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .boost-sticky-inner {
    flex-wrap: wrap;
    gap: .85rem;
  }

  .boost-sticky-divider {
    display: none;
  }

  .boost-sticky-payopts {
    order: 3;
    width: 100%;
  }

  .boost-sticky-actions {
    margin-left: auto;
  }

  .boost-sticky-btns {
    width: auto;
  }

  .boost-cancel-btn,
  .boost-pay-btn {
    flex: 1;
  }

  .boost-main {
    padding-bottom: 12rem;
  }
}

@media (max-width: 575.98px) {
  .boost-benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .boost-product-top {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: .75rem;
  }

  .boost-product-media {
    width: 84px;
    height: 84px;
    border-radius: 12px;
  }

  .boost-product-title {
    font-size: .92rem;
  }

  .boost-product-price {
    font-size: 1.2rem;
  }

  .boost-product-pill {
    font-size: .66rem;
    padding: .34rem .28rem;
    gap: .2rem;
  }

  .boost-product-pill i {
    font-size: .78rem;
  }

  .boost-product-meta-item > span {
    font-size: .62rem;
  }

  .boost-sticky-payopts { display: none; }

  .boost-sticky-actions {
    width: 100%;
    margin-left: 0;
  }

  .boost-sticky-btns {
    width: 100%;
  }

  .boost-crumb-row {
    flex-wrap: wrap;
  }
}

/* ========================
   Promotion Activated Page
======================== */
.promo-success-page-body {
  background: #f4f2f8;
}

.promo-success-hero {
  background:
    linear-gradient(180deg, #6a38ff 0%, #8d5cff 42%, #efeaff 72%, #f4f2f8 100%);
  padding: 1.75rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}

.promo-success-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
  height: 70px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, .1) 12%,
      rgba(255, 255, 255, .16) 22%,
      transparent 32%,
      rgba(255, 255, 255, .12) 48%,
      transparent 58%,
      rgba(255, 255, 255, .14) 72%,
      transparent 100%);
  opacity: .55;
  pointer-events: none;
}

.promo-success-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.promo-confetti {
  position: absolute;
  inset: -10px 0 40%;
  pointer-events: none;
}

.promo-confetti .pc {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.pc1 { top: 12%; left: 12%; background: #ffd76a; transform: rotate(18deg); }
.pc2 { top: 8%; right: 18%; width: 7px; height: 7px; border-radius: 50%; background: #ff4b91; }
.pc3 { top: 28%; left: 8%; width: 6px; height: 10px; background: #22c55e; transform: rotate(-20deg); }
.pc4 { top: 22%; right: 10%; width: 9px; height: 5px; background: #3b82f6; transform: rotate(35deg); }
.pc5 { top: 40%; left: 20%; width: 6px; height: 6px; border-radius: 50%; background: #a78bfa; }
.pc6 { top: 35%; right: 22%; background: #f59e0b; transform: rotate(40deg); }
.pc7 { top: 18%; left: 42%; width: 5px; height: 5px; border-radius: 50%; background: #fff; opacity: .8; }
.pc8 { top: 30%; right: 40%; width: 7px; height: 4px; background: #fb7185; transform: rotate(-30deg); }

.promo-success-badge-wrap {
  position: relative;
  width: 110px;
  margin: 0 auto 1.15rem;
}

.promo-success-check {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  color: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto;
  box-shadow: 0 12px 28px rgba(34, 197, 94, .22);
  border: 4px solid rgba(255, 255, 255, .55);
}

.promo-success-ribbon {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #6a38ff, #8d5cff);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .05em;
  padding: .3rem .95rem;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 5px 12px rgba(106, 56, 255, .28);
  z-index: 1;
}

.promo-success-ribbon::before,
.promo-success-ribbon::after {
  content: "";
  position: absolute;
  bottom: -7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.promo-success-ribbon::before {
  left: 0;
  border-width: 7px 9px 0 0;
  border-color: #4b1fd6 transparent transparent transparent;
}

.promo-success-ribbon::after {
  right: 0;
  border-width: 7px 0 0 9px;
  border-color: #4b1fd6 transparent transparent transparent;
}

.promo-success-title {
  color: #3b1fa8;
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  font-weight: 700;
  margin: .85rem 0 .5rem;
}

.promo-success-text {
  color: #5c5878;
  font-size: .92rem;
  font-weight: 500;
}

.promo-success-text strong {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  color: var(--primary);
  font-weight: 700;
}

.promo-success-body {
  margin-top: -2.4rem;
  position: relative;
  z-index: 2;
  padding-bottom: 2.5rem;
}

.promo-success-panel {
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(40, 28, 90, .1);
  overflow: hidden;

  max-width: 720px;
  margin: 0 auto;
}

.promo-post-card {
  background: #fff;
  padding: 1.35rem 1.25rem 1.2rem;
  position: relative;
}

.promo-bookmark {
  position: absolute;
  top: 0;
  left: 95%;
  transform: translateX(-50%);
  width: 22px;
  height: 32px;
  background: linear-gradient(180deg, #8d5cff, #6a38ff);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
  z-index: 2;
}

.promo-post-layout {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 1.25rem;
  align-items: start;
  padding-top: .55rem;
}

.promo-post-left {
  text-align: left;
  padding-right: .35rem;
}

.promo-post-thumb {
  width: 100%;
  height: 120px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: .75rem;
  border: 1px solid #ebeaf2;
}

.promo-post-thumb img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.promo-post-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: .45rem;
}

.promo-post-line {
  display: flex;
  align-items: center;
  gap: .35rem;
  font-size: .8rem;
  color: #6b6e82;
  margin-bottom: .35rem;
}

.promo-post-line i {
  color: var(--primary);
  font-size: .85rem;
}

.promo-loan-status {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
}

.promo-active-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: #e7f8ef;
  color: #16a34a;
  font-size: .75rem;
  font-weight: 700;
  border-radius: 999px;
  padding: .28rem .7rem;
}

.promo-loan-status-text {
  font-size: .78rem;
  font-weight: 600;
  color: #6b6685;
}

.promo-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
}

.promo-post-right {
  border-left: 1px solid #eceaf3;
  padding-left: 1.15rem;
  display: grid;
  gap: .85rem;
}

.promo-stat {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
}

.promo-stat i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #efeaff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .92rem;
  flex-shrink: 0;
  margin-top: .05rem;
}

.promo-stat span {
  display: block;
  font-size: .7rem;
  color: #8a8da0;
  margin-bottom: .1rem;
}

.promo-stat strong {
  display: block;
  font-size: .9rem;
  color: var(--dark);
  font-weight: 600;
  line-height: 1.25;
}

.promo-benefits-box {
  background: #f3f0fc;
  border-top: 1px solid #ebe7f7;
  padding: 1.1rem 1rem 1.25rem;
}

.promo-benefits-title {
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: .05em;
  margin-bottom: 1rem;
}

.promo-benefits-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
}

.promo-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  position: relative;
  text-align: center;
  padding: 0 .4rem;
}

.promo-benefit:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: #d9d1ff;
}

.promo-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: #fff;
  box-shadow: 0 6px 16px rgba(40, 28, 90, .08);
}

.promo-benefit-icon.icon-visibility {
  color: var(--primary);
  background: #efeaff;
}

.promo-benefit-icon.icon-position {
  color: #f0b429;
  background: #fff8e8;
}

.promo-benefit-icon.icon-reach {
  color: #ff4b91;
  background: #ffe8f2;
}

.promo-benefit strong {
  font-size: .82rem;
  color: var(--dark);
  font-weight: 600;
  line-height: 1.3;
}

.promo-security-bar {
  background: #eaf8ef;
  border-top: 1px solid #c9ecd4;
  padding: 1rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.promo-security-left {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.promo-security-left > i {
  color: #22c55e;
  font-size: 1.7rem;
}

.promo-security-left strong {
  display: block;
  font-size: .92rem;
  color: var(--dark);
  margin-bottom: .3rem;
}

.promo-secure-pill {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  background: #d8f5e4;
  color: #15803d;
  font-size: .72rem;
  font-weight: 600;
  border-radius: 999px;
  padding: .22rem .65rem;
}

.promo-expires {
  font-size: .84rem;
  color: #4a4d63;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-left: auto;
}

.promo-expires i {
  color: #22c55e;
}

.promo-expires strong {
  color: #15803d;
}

.promo-success-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 380px;
  margin: 1.75rem auto 0;
  padding: 0 .5rem;
}

.promo-boost-cta {
  background: #fff !important;
  color: var(--primary) !important;
  border: 1.5px solid var(--primary) !important;
}

.promo-boost-cta:hover {
  background: rgba(106, 56, 255, .05) !important;
  color: var(--primary) !important;
}

.promo-view-btn {
  min-height: 54px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: var(--btn-gradient);
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  text-decoration: none;
  padding: .7rem 1.5rem;
}

.promo-view-btn:hover {
  background: var(--btn-gradient-hover);
  color: #fff;
}

.promo-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  color: var(--primary);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
}

.promo-back-link:hover {
  color: var(--primary-hover);

}

/* ========================
   Loan Details View Page
======================== */
.loan-view-page-body {
  background: var(--light);
}

.loan-view-back {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e4e2ef;
  background: #fff;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}

.loan-view-back:hover {
  color: var(--primary);
  border-color: #d9d1ff;
}

.loan-view-page-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark);
}

.loan-view-hero,
.loan-view-panel {
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(42, 24, 112, .04);
}

.loan-view-hero {
  display: grid;
  grid-template-columns: minmax(220px, 240px) 1fr;
  gap: 1.25rem;
  padding: 1.15rem;
  position: relative;
  align-items: center;
}

.loan-view-hero-media {
  position: relative;
  background: linear-gradient(160deg, #f4f1ff 0%, #eef6ff 100%);
  border-radius: 14px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
}

.loan-view-hero-img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
    padding: 10px;

}

.loan-view-fav {
  position: absolute;
  top: .75rem;
  right: .75rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.95);
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  z-index: 1;
  padding: 0;
  transition: all .2s ease;
}

.loan-view-fav:hover {
  color: #6a38ff;
  background: #ffffff;
  border-color: #cbd5e1;
  transform: scale(1.06);
}

.loan-view-fav.is-active,
.loan-view-fav.active {
  color: #6a38ff;
  background: #f0ecff;
  border-color: #dcd3ff;
  box-shadow: 0 2px 10px rgba(106, 56, 255, .22);
}

.loan-view-hero-info {
  min-width: 0;
  padding-right: .25rem;
}

.loan-view-hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .65rem;
}

.loan-view-type-badge {

  display: inline-flex;
  align-items: center;
  background: #efeaff;
  color: var(--primary);
  font-size: .78rem;
  font-weight: 600;
  border-radius: 999px;
  padding: .35rem .85rem;
}

.loan-view-delete {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: #ffe8f1;
  color: #ff4b91;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}

.loan-view-delete:hover {
  background: #ffd6e8;
  color: #e6377a;
}

.loan-view-title {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: .55rem;
  line-height: 1.25;
}

.loan-view-location {
  color: #6b6e82;
  font-size: .95rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.loan-view-location i {
  color: var(--primary);
}

.loan-view-panel {
  padding: 1.15rem 1.2rem 1.25rem;
}

.loan-view-panel-head {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.1rem;
}

.loan-view-panel-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #efeaff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.loan-view-panel-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
}

.loan-view-basic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}

.loan-view-basic-item,
.loan-view-borrower-item {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  background: #f8f7fc;
  border-radius: 12px;
  padding: .85rem .9rem;
}

.loan-view-basic-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #efeaff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .95rem;
}

.loan-view-basic-label {
  display: block;
  font-size: .72rem;
  color: #8a8da0;
  margin-bottom: .15rem;
}

.loan-view-basic-item strong,
.loan-view-borrower-item strong {
  display: block;
  font-size: .9rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.3;
}

.loan-view-loan-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .85rem 0;
  border-bottom: 1px solid #f0eef6;
}

.loan-view-loan-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.loan-view-loan-list li:first-child {
  padding-top: 0;
}

.loan-view-loan-label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #6b6e82;
  font-size: .9rem;
  font-weight: 500;
}

.loan-view-loan-label i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #efeaff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
}

.loan-view-loan-value {
  color: var(--primary);
  font-size: .92rem;
  font-weight: 600;
  text-align: right;
}

.loan-view-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .28rem .75rem;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
}

.loan-view-pill.pill-green {
  background: #e7f8ef;
  color: #16a34a;
}

.loan-view-pill.pill-pink {
  background: #ffe8f1;
  color: #ff4b91;
}

.loan-view-borrower-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.loan-view-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 640px;
  margin: 0 auto .5rem;
  width: 100%;
}

.loan-view-edit-btn,
.loan-view-boost-btn {
  flex: 1 1 0;
  min-height: 52px;
  min-width: 160px;
  max-width: 300px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .7rem 1.4rem;
  text-decoration: none;
}

.loan-view-edit-btn {
  border: 1.5px solid var(--primary);
  background: #fff;
  color: var(--primary);
}

.loan-view-edit-btn:hover {
  background: rgba(106, 56, 255, .05);
  color: var(--primary);
}

.loan-view-boost-btn {
  border: 0;
  background: var(--btn-gradient);
  color: #fff;
}

.loan-view-boost-btn:hover {
  background: var(--btn-gradient-hover);
  color: #fff;
}

/* ========================
   Add Loan Post Page
======================== */
.add-loan-page-body {
  background: var(--light);
}

.add-loan-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(120deg, #1a1038 0%, #3b1d7a 48%, #6a38ff 100%);
  border-radius: 16px;
  padding: .85rem 1.1rem;
  margin-bottom: 0.8rem;
  color: #fff;
  overflow: hidden;
  min-height: 112px;
}

.add-loan-banner-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 75, 145, .2);
  border: 1px solid rgba(255, 75, 145, .35);
  color: #ffb3d1;
  border-radius: 999px;
  padding: .2rem .65rem;
  font-size: .68rem;
  font-weight: 700;
  margin-bottom: .4rem;
}

.add-loan-banner-title {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 .55rem;
  color: #fff;
  max-width: 520px;
}

.add-loan-banner-title .is-pink { color: #ff4b91; }
.add-loan-banner-title .is-purple { color: #c4b5fd; }

.add-loan-banner-perks {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .9rem;
}

.add-loan-banner-perks li {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .74rem;
  font-weight: 600;
  color: #e8e2ff;
}

.add-loan-banner-perks i { color: #ff4b91; }

.add-loan-banner-art {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.add-loan-banner-art img {
 
}

.add-loan-sticky-bar {
  position: sticky;
  top: 72px;
  z-index: 1020;
  background: rgba(248, 247, 253, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #ebeaf2;
  padding: .65rem 0;
  margin-bottom: 1.15rem;
}

.add-loan-back {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e4e2ef;
  background: #fff;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}

.add-loan-back:hover {
  color: var(--primary);
  border-color: #d9d1ff;
}

.add-loan-page-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark);
}

.add-loan-page-sub {
  font-size: .82rem;
  color: #8a8da0;
}

.add-loan-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 14px;
  padding: .85rem .75rem;
  margin-bottom: 0;
  position: relative;
}

.add-loan-steps::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: calc(.85rem + 15px);
  border-top: 2px dotted #ddd8ef;
  z-index: 0;
  pointer-events: none;
}

.add-loan-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .35rem;
  position: relative;
  z-index: 1;
}

.add-loan-step-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #d9d6e8;
  background: #fff;
  color: #9a9cb0;
  font-size: .8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.add-loan-step-label {
  font-size: .72rem;
  font-weight: 500;
  color: #9a9cb0;
  line-height: 1.2;
}

.add-loan-step.is-active .add-loan-step-num,
.add-loan-step.is-done .add-loan-step-num {
  border-color: #ff4b91;
  background: #ff4b91;
  color: #fff;
}

.add-loan-step.is-active .add-loan-step-label,
.add-loan-step.is-done .add-loan-step-label {

  color: var(--dark);
  font-weight: 700;
}

.add-loan-step.is-active .add-loan-step-label {
  border-bottom: 2px solid #ff4b91;

  padding-bottom: .1rem;
}

.add-loan-block {
  margin-bottom: 1.75rem;
}

.add-loan-heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: .25rem;
}

.add-loan-hint {
  font-size: .88rem;
  color: #8a8da0;
  margin-bottom: 1rem;
}
.add-cat-card {
  width: 100%;
  height: 100%;
  text-align: left;
  background: #fff;
  border: 1.5px solid #e7e5f0;
  border-radius: 16px;
  padding: 1rem .95rem .95rem;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
  box-shadow: 0 4px 14px rgba(42, 24, 112, .04);
}

.add-cat-slider-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 2.75rem;
}

.add-cat-track {
  display: flex;
  gap: 1rem;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: .35rem 0 .65rem;
}

.add-cat-track::-webkit-scrollbar {
  display: none;
}

.add-cat-slide {
  flex: 0 0 calc((100% - 3rem) / 4);
  width: calc((100% - 3rem) / 4);
  min-width: 0;
  max-width: calc((100% - 3rem) / 4);
  scroll-snap-align: start;
}

.add-cat-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ebeaf2;
  box-shadow: 0 8px 22px rgba(40, 28, 90, .16);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 0;
}

.add-cat-nav:hover {
  background: var(--btn-gradient);
  border-color: transparent;
  color: #fff;
}

.add-cat-prev { left: 0; }
.add-cat-next { right: 0; }

.add-cat-card:hover {
  border-color: #d4c8ff;
}

.add-cat-card.is-selected {
  border-color: #ff4b91;
  background: #fff7fb;
  box-shadow: 0 8px 22px rgba(255, 75, 145, .12);
}

.add-cat-card.theme-property,
.add-cat-card.theme-vehicle,
.add-cat-card.theme-personal,
.add-cat-card.theme-business,
.add-cat-card.theme-medical,
.add-cat-card.theme-electronics,
.add-cat-card.theme-gold,
.add-cat-card.theme-other {
  color: #fff;
  border: 1px solid transparent;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(21, 20, 43, .18);
  padding: .85rem .8rem .8rem;
}
.add-cat-art{ min-height:80px;}

.add-cat-card.theme-property::after,
.add-cat-card.theme-vehicle::after,
.add-cat-card.theme-personal::after,
.add-cat-card.theme-business::after,
.add-cat-card.theme-medical::after,
.add-cat-card.theme-electronics::after,
.add-cat-card.theme-gold::after,
.add-cat-card.theme-other::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  pointer-events: none;
}

/* Distinct color per card */
.add-cat-card.theme-property {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .2), transparent 42%),
    linear-gradient(155deg, #3a158f 0%, #6a38ff 55%, #8d5cff 100%);
}

.add-cat-card.theme-vehicle {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .2), transparent 42%),
    linear-gradient(155deg, #054a9a 0%, #0070e0 55%, #0081f9 100%);
}

.add-cat-card.theme-personal {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .22), transparent 42%),
    linear-gradient(155deg, #8a1048 0%, #e91e63 50%, #ff4b91 100%);
}

.add-cat-card.theme-business {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .18), transparent 42%),
    linear-gradient(155deg, #0f3a2a 0%, #15803d 55%, #22c55e 100%);
}

.add-cat-card.theme-medical {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .2), transparent 42%),

    linear-gradient(155deg, #7a1238 0%, #be123c 50%, #f43f5e 100%);
}

.add-cat-card.theme-electronics {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .2), transparent 42%),
    linear-gradient(155deg, #0e3a5c 0%, #0f766e 50%, #14b8a6 100%);
}

.add-cat-card.theme-gold {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .22), transparent 42%),
    linear-gradient(155deg, #7a4a08 0%, #d97706 48%, #f59e0b 100%);
}

.add-cat-card.theme-other {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .18), transparent 42%),
    linear-gradient(155deg, #9a3412 0%, #ea580c 50%, #ff6600 100%);
}

.add-cat-card.theme-property:hover,
.add-cat-card.theme-vehicle:hover,
.add-cat-card.theme-personal:hover,
.add-cat-card.theme-business:hover,
.add-cat-card.theme-medical:hover,
.add-cat-card.theme-electronics:hover,
.add-cat-card.theme-gold:hover,
.add-cat-card.theme-other:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, .28);
  box-shadow: 0 18px 36px rgba(21, 20, 43, .24);
}

.add-cat-card.theme-property.is-selected,
.add-cat-card.theme-vehicle.is-selected,
.add-cat-card.theme-personal.is-selected,

.add-cat-card.theme-business.is-selected,
.add-cat-card.theme-medical.is-selected,
.add-cat-card.theme-electronics.is-selected,
.add-cat-card.theme-gold.is-selected,
.add-cat-card.theme-other.is-selected {
  outline: 2px solid #ff4b91;
  outline-offset: 3px;
  box-shadow: 0 16px 34px rgba(255, 75, 145, .28);
}



.add-cat-art-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: #fff;
  min-height: 64px;
}

.add-cat-card.theme-property .add-cat-meta strong,
.add-cat-card.theme-vehicle .add-cat-meta strong,
.add-cat-card.theme-personal .add-cat-meta strong,
.add-cat-card.theme-business .add-cat-meta strong,
.add-cat-card.theme-medical .add-cat-meta strong,
.add-cat-card.theme-electronics .add-cat-meta strong,
.add-cat-card.theme-gold .add-cat-meta strong,
.add-cat-card.theme-other .add-cat-meta strong {
  color: #fff;
}

.add-cat-card.theme-property .add-cat-meta span,
.add-cat-card.theme-vehicle .add-cat-meta span,
.add-cat-card.theme-personal .add-cat-meta span,
.add-cat-card.theme-business .add-cat-meta span,
.add-cat-card.theme-medical .add-cat-meta span,
.add-cat-card.theme-electronics .add-cat-meta span,
.add-cat-card.theme-gold .add-cat-meta span,
.add-cat-card.theme-other .add-cat-meta span {
  color: rgba(255, 255, 255, .82);
}
.add-cat-radio {
  position: absolute;
  top: .7rem;
  right: .7rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .85);
  background: rgba(255, 255, 255, .2);
  color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

.add-cat-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  transition: background .15s ease;
}

.add-cat-card.is-selected .add-cat-radio {
  border-color: #fff;
  background: #ff4b91;
  color: #fff;
}

.add-cat-card.is-selected .add-cat-radio::after {
  background: #fff;
}
dd-cat-meta strong {
  display: flex;
  align-items: center;
  gap: .35rem;
  font-size: .95rem;
  margin-bottom: .25rem;
}

.add-cat-meta span {
  display: block;
  font-size: .78rem;
  color: #8a8da0;
  line-height: 1.35;
}

.add-cat-meta.tone-pink strong { color: #ff4b91; }
.add-cat-meta.tone-blue strong { color: #3b82f6; }
.add-cat-meta.tone-orange strong { color: #f59e0b; }
.add-cat-meta.tone-green strong { color: #16a34a; }

.add-loan-form-card {
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 16px;
  padding: 1.25rem 1.2rem 1.4rem;
  box-shadow: 0 6px 20px rgba(42, 24, 112, .04);
}

.add-form-section-title {
  background: #f3f0fc;
  color: var(--primary);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
  border-radius: 8px;
  padding: .55rem .85rem;
  margin: .35rem 0 1rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}



.add-form-section-title i {
  font-size: .9rem;
}

.add-form-req-block {
  position: relative;
  margin-top: 1.35rem;
  padding: 1.15rem 1.1rem 1.25rem;
  border-radius: 16px;
  border: 1.5px solid rgba(106, 56, 255, .28);
  background:
    linear-gradient(145deg, rgba(106, 56, 255, .12) 0%, rgba(141, 92, 255, .08) 42%, #f4f0ff 100%);
  box-shadow:
    0 10px 28px rgba(106, 56, 255, .12),
    inset 0 1px 0 rgba(255, 255, 255, .7);
  overflow: hidden;
}

.add-form-req-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--primary), var(--secondary));
}

.add-form-section-title-req {
  margin-top: 0;
  justify-content: space-between;
  gap: .65rem;
  color: #fff;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  box-shadow: 0 6px 16px rgba(106, 56, 255, .22);
}

.add-form-req-title-main {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.add-form-req-hint {
  margin: -.15rem 0 1rem;
  font-size: .8rem;
  color: #5c5680;
  line-height: 1.45;
  font-weight: 500;
}

.add-form-req-block .loan-details-input {
  background: #fff;
  border-color: #d7cff8;
}

.add-form-req-block .loan-details-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 .2rem rgba(106, 56, 255, .15);
}

.add-form-location-block {
  margin-top: 1.25rem;
  padding-top: .35rem;
}

.add-loan-safety {
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 14px;
  padding: 1rem 1.1rem;
}

.safety-modal-agree-wrap {
  margin-top: 0;
  padding: .95rem 1rem;
  border: 1px solid #ebeaf2;
  border-radius: 12px;
  background: #faf9ff;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.safety-modal-agree-wrap.is-error {
  border: 1.5px solid #f04343;
  background: #fff5f5;
  box-shadow: inset 0 0 0 1px rgba(240, 67, 67, .08);
}

.safety-modal-agree-wrap.is-error .add-loan-agree-box {
  border-color: #f04343;
}

.safety-modal-agree-wrap.is-error .add-loan-agree-text {
  color: #7a1f1f;
}

.safety-modal-agree {
  align-items: flex-start;
}

.add-loan-agree {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  cursor: pointer;
  margin: 0;
}

.add-loan-agree input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.add-loan-agree-box {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #cfc9e8;
  flex-shrink: 0;
  margin-top: .1rem;
  position: relative;
  background: #fff;
}

.add-loan-agree input:checked + .add-loan-agree-box {
  border-color: #ff4b91;
  background: #ff4b91;
}

.add-loan-agree input:checked + .add-loan-agree-box::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #fff;
}

.add-loan-agree-text {
  font-size: .9rem;
  color: #4a4d63;
  line-height: 1.45;
}

.add-loan-safety-note {
  margin-top: .65rem;
  color: #dc2626;
  font-size: .8rem;
}

.add-loan-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.35rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.add-loan-btn-back,
.add-loan-btn-submit {
  flex: 1 1 0;
  min-height: 52px;
  min-width: 150px;
  max-width: 260px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .7rem 1.4rem;
}

.add-loan-btn-back {
  border: 1.5px solid var(--primary);
  background: #fff;
  color: var(--primary);
  text-decoration: none;
}

.add-loan-btn-back:hover {
  background: rgba(106, 56, 255, .05);
  color: var(--primary);
}

.add-loan-btn-submit {
  border: 0;
  background: var(--btn-gradient);
  color: #fff;
}

.add-loan-btn-submit:hover {
  background: var(--btn-gradient-hover);
  color: #fff;
}

.safety-modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;

  max-height: 92vh;
  position: relative;
}

.safety-modal-header {
  padding: 1.15rem 1.35rem .75rem;
  flex-shrink: 0;
}

.safety-modal-body {
  padding: .35rem 1.35rem 1.1rem;
}

.safety-modal-sticky-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .75rem;
  padding: .9rem 1.35rem 1.15rem;
  background: #fff;
  border-top: 1px solid #efeaf8 !important;
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.safety-modal-sticky-footer .findeals-modal-actions {
  margin-top: 0;
}

.safety-modal-hero {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  margin-bottom: 1.15rem;
}

.safety-modal-hero-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #efeaff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  flex-shrink: 0;
}

.safety-modal-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #4b1fd6;
  margin-bottom: .25rem;
}

.safety-modal-sub {
  font-size: .85rem;
  color: #8a8da0;
}

.safety-reminders-heading {
  font-size: .9rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: .75rem;
}

.safety-reminders-list {
  display: grid;
  gap: .55rem;
}

.safety-reminders-list li {
  display: flex;
  align-items: center;
  gap: .7rem;
  background: #fff;
  border: 1px solid #eceaf3;
  border-radius: 12px;
  padding: .7rem .85rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--dark);
}

.safety-rem-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .95rem;
}

.safety-rem-icon.tone-pink { background: #ffe8f1; color: #ff4b91; }
.safety-rem-icon.tone-blue { background: #e8f1ff; color: #3b82f6; }
.safety-rem-icon.tone-green { background: #e7f8ef; color: #16a34a; }
.safety-rem-icon.tone-orange { background: #fff1e4; color: #f59e0b; }
.safety-rem-icon.tone-purple { background: #efeaff; color: var(--primary); }
.safety-rem-icon.tone-sky { background: #e7f6fb; color: #0ea5e9; }
.safety-rem-icon.tone-yellow { background: #fff7d6; color: #ca8a04; }
.safety-rem-icon.tone-warn { background: #ffe8d9; color: #ea580c; }

.safety-disclaimer {
  background: #f3efff;
  border: 1px solid #d9ceff;
  border-radius: 12px;
  padding: .95rem 1rem;
  margin-bottom: 1rem;
}

.safety-disclaimer h4 {
  font-size: .92rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}

.safety-disclaimer ul {
  padding-left: 1.1rem;
  margin: 0;
  color: #4a3d7a;
  font-size: .84rem;
}

.safety-disclaimer li {
  margin-bottom: .25rem;
}

.safety-confirm-banner {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  background: #fff8e8;
  border-radius: 10px;
  padding: .8rem .9rem;
  color: #6b5a2e;
  font-size: .84rem;
}

.safety-confirm-banner i {
  color: #ca8a04;
  margin-top: .1rem;
}

.safety-modal-footer {
  text-align: center;
  margin-top: 1rem;
  font-size: .78rem;
  color: #8a8da0;
}

/* ========================
   Loan Plans / Preview Page (v2)
======================== */
.loan-plans-page-body {
  background: #f5f3fb;
}

.loan-plans-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  font-weight: 800;
  color: #1a104e;
  line-height: 1.25;
}

.lp2-title-spark {
  color: #f5c542;
  font-size: .95em;
}

.loan-plans-subtitle {
  color: #8a84a6;
  font-size: .88rem;
  margin-top: .2rem;
}

.lp2-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.lp2-topbar-center {
  text-align: center;
  min-width: 0;
}

.lp2-top-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 0;
  background: #fff;
  color: #1a104e;
  border-radius: 999px;
  padding: .55rem 1.05rem;
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(40, 24, 100, .08);
  white-space: nowrap;
}

.lp2-top-btn i {
  color: #6a38ff;
}

.lp2-top-btn:hover {
  background: #fff;
  color: #1a104e;
  box-shadow: 0 8px 20px rgba(40, 24, 100, .12);
}

/* ===== Preview card ===== */
.lp2-preview-card {
  background: #fff;
  border: 1px solid #e6e2ef;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(40, 24, 100, .06);
  overflow: hidden;
}

.lp2-preview-main {
  display: grid;
  grid-template-columns: 220px minmax(180px, 1fr) minmax(320px, 1.35fr);
  gap: 1.15rem 1.25rem;
  align-items: center;
  padding: 1.15rem 1.25rem 1rem;
}

.lp2-preview-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f0fa;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp2-preview-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.25rem;
  display: block;
}

.lp2-preview-badge {
  position: absolute;
  left: .55rem;
  top: .55rem;
  background: #6a38ff;
  color: #fff;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .04em;
  border-radius: 999px;
  padding: .28rem .62rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  line-height: 1;
}

.lp2-preview-badge i {
  font-size: .58rem;
  line-height: 1;
  position: relative;
  top: 0;
}

.lp2-preview-photos {
  position: absolute;
  left: .55rem;
  bottom: .55rem;
  background: rgba(40, 40, 50, .72);
  color: #fff;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 700;
  padding: .22rem .5rem;
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  z-index: 1;
  line-height: 1;
}

.lp2-preview-photos i {
  font-size: .72rem;
  line-height: 1;
}

.lp2-preview-info {
  min-width: 0;
}

.lp2-preview-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 .4rem;
  line-height: 1.25;
}

.lp2-preview-loc {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  color: #6a38ff;
  font-size: .84rem;
  font-weight: 600;
  margin: 0 0 .55rem;
  line-height: 1.2;
}

.lp2-preview-loc i {
  font-size: .9rem;
  line-height: 1;
}

.lp2-preview-type {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #efeaff;
  color: #6a38ff;
  font-size: .72rem;
  font-weight: 600;
  padding: .28rem .7rem;
  margin-bottom: .85rem;
  line-height: 1.2;
}

.lp2-preview-amount span {
  display: block;
  color: #8b8799;
  font-size: .78rem;
  font-weight: 600;
  margin-bottom: .2rem;
}

.lp2-preview-amount strong {
  display: block;
  color: #6a38ff;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.1;
}

.lp2-preview-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .7rem;
  align-self: stretch;
}

.lp2-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f7f6fb;
  border: 1px solid #eceaf3;
  border-radius: 12px;
  padding: .85rem .5rem .75rem;
  min-height: 100%;
}

.lp2-stat-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .55rem;
  font-size: 2.15rem;
  line-height: 1;
}

.lp2-stat-icon.is-green { color: #22c55e; font-size: 1.5rem;}
.lp2-stat-icon.is-purple { color: #6a38ff; font-size: 1.5rem; }
.lp2-stat-icon.is-blue { color: #60a5fa; font-size: 1.5rem; }

.lp2-stat strong {
  display: block;
  color: #1a1a2e;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: .15rem;
}

.lp2-stat span {
  display: block;
  color: #8b8799;
  font-size: .72rem;
  font-weight: 500;
  line-height: 1.25;
}

.lp2-preview-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  margin: 0;
  padding: .7rem 1.15rem;
  background: #f7f5fc;
  color: #6b6588;
  font-size: .82rem;
  border-top: 1px solid #eeeaf8;
  text-align: center;
}

.lp2-preview-note i {
  color: #6a38ff;
  font-size: 1.15rem;
  line-height: 1;
}

.plans-preview-boost-badge { display: none !important; }

/* ===== Plans grid ===== */
.lp2-plans-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.45fr) minmax(240px, 0.72fr);
  gap: 1.15rem;
  align-items: stretch;
}

.lp2-plan-card {
  position: relative;
  border-radius: 22px;
  overflow: visible;
  cursor: pointer;
}

.lp2-plan-card:focus-visible {
  outline: 2px solid #6a38ff;
  outline-offset: 3px;
}

.lp2-plan-premium {
  background:
    radial-gradient(ellipse 80% 55% at 75% 15%, rgba(148, 87, 235, .35) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 20% 80%, rgba(106, 56, 255, .28) 0%, transparent 50%),
    linear-gradient(160deg, #10082c 0%, #1a104e 45%, #271563 100%);
  color: #fff;
  border: 2px solid #e6b422;

  box-shadow:
    0 0 0 1px rgba(230, 180, 34, .28),
    0 18px 42px rgba(18, 8, 47, .4);
  padding: 1.5rem 1.35rem 1.25rem;
  border-radius: 22px;
  overflow: hidden;
}

.lp2-plan-free {
  background: #fff;
  border: 1.5px solid #e2dcf3;
  box-shadow: 0 12px 30px rgba(40, 24, 100, .07);
  padding: 1.25rem 1.05rem 1.15rem;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  max-width: 100%;
}

.lp2-popular-ribbon {
  position: absolute;
  top: 14px;
  left: -36px;
  width: 148px;
  transform: rotate(-40deg);
  z-index: 4;
  text-align: center;
}

.lp2-popular-ribbon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .22rem;
  width: 100%;
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  color: #5a3a00;
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .04em;
  padding: .32rem 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.lp2-recommended-ribbon {
  position: absolute;
  top: -2px;
  right: 18px;
  width: 80px;
  padding: .55rem .2rem .85rem;
  background: linear-gradient(180deg, #ffe08a 0%, #f5c542 55%, #d4a017 100%);
  color: #5a3a00;
  text-align: center;
  z-index: 4;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 86%, 0 100%);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .25);
}

.lp2-recommended-star {
  width: 26px;
  height: 26px;
  margin: 0 auto .35rem;
  border-radius: 50%;
  background: #1a104e;
  color: #f5c542;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
}

.lp2-recommended-ribbon em {
  display: block;
  font-style: normal;
  font-size: .48rem;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.15;
  writing-mode: horizontal-tb;
  padding: 0 .15rem;
}

.lp2-plan-head {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1.15rem;
  padding-right: 3.5rem;
  padding-left: .35rem;
}

.lp2-plan-gem {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: transparent;
  color: #f5c542;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(245, 197, 66, .45));
	margin-left: 15px;
}

.lp2-plan-premium .lp2-plan-title {
  margin: 0 0 .25rem;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: #f5c542;
  white-space: nowrap;
}

.lp2-plan-free .lp2-plan-title {
  margin: 0 0 .2rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .02em;
  color: #17122f;
}

.lp2-plan-premium .lp2-plan-sub {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: .88rem;
}

.lp2-plan-free .lp2-plan-sub {
  margin: 0;
  color: #6b6588;
  font-size: .88rem;
}

.lp2-premium-body {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr;
  gap: .85rem;
  margin-bottom: 1.15rem;
}

.lp2-listing-willbe,
.lp2-why-premium {

  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(196, 181, 253, .28);
  border-radius: 16px;
  padding: .9rem .95rem 1rem;
}

.lp2-listing-willbe-label,
.lp2-why-title {
  margin: 0 0 .7rem;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: none;
  color: #fff;
}

.lp2-mini-card {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  color: #17122f;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
  min-height: 108px;
}

.lp2-mini-media {
  position: relative;
  width: 112px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #efeaff, #f7f4ff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp2-mini-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .65rem .5rem;
}

.lp2-tag-featured {
  position: absolute;
  left: .4rem;
  top: .4rem;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .04em;
  border-radius: 999px;
  padding: .2rem .48rem;
  background: linear-gradient(90deg, #ff4e8e 0%, #a855f7 100%);
  color: #fff;
  z-index: 1;
  line-height: 1.1;
  box-shadow: 0 4px 10px rgba(255, 78, 142, .35);
}

.lp2-mini-body {
  flex: 1;
  min-width: 0;
  padding: .55rem .7rem .55rem .65rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.lp2-mini-stars {
  display: flex;
  gap: .1rem;
  color: #f5c542;
  font-size: .68rem;
  margin-bottom: .28rem;
}

.lp2-mini-body strong {
  display: block;
  font-size: .82rem;
  font-weight: 800;
  color: #17122f;
  margin-bottom: .2rem;
  line-height: 1.25;
}

.lp2-mini-loc {
  display: inline-flex;
  align-items: center;
  gap: .22rem;
  font-size: .7rem;
  font-weight: 600;
  color: #6a38ff;
  margin-bottom: .4rem;
}

.lp2-mini-loc i {
  font-size: .72rem;
}

.lp2-tag-top {
  display: inline-flex;
  align-items: center;
  gap: .22rem;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .03em;
  border-radius: 999px;
  padding: .18rem .45rem;
  background: linear-gradient(90deg, #f5c542 0%, #f59e0b 100%);
  color: #fff;
  box-shadow: 0 3px 8px rgba(245, 158, 11, .28);
}

.lp2-tag-top i {
  font-size: .58rem;
  color: #fff;
}

.lp2-mini-caption {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-top: .75rem;
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .95);
}

.lp2-mini-caption i {
  color: #f5c542;
  font-size: 1rem;
  background: linear-gradient(135deg, #f5c542, #ff4e8e, #6a38ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp2-plan-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem .85rem;
}

.lp2-plan-features li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .95);
  line-height: 1.3;
  min-width: 0;
}

.lp2-plan-features li > span:last-child {
  white-space: nowrap;
}

.lp2-feat-ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  flex-shrink: 0;
  color: #fff !important;
}

.lp2-feat-ico.is-green { background: #22c55e; }
.lp2-feat-ico.is-yellow { background: #f5c542; }
.lp2-feat-ico.is-blue { background: #3b82f6; }
.lp2-feat-ico.is-pink { background: #d946ef; }
.lp2-feat-ico.is-violet { background: #8b5cf6; }
.lp2-feat-ico.is-cyan { background: #06b6d4; }

.lp2-premium-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) auto;
  gap: .75rem;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.lp2-price-block {
  min-width: 0;
}

.lp2-price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .35rem .45rem;
  color: #fff;
  font-weight: 600;
}

.lp2-price-only {

  font-size: .82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .9);
}

.lp2-price-line strong {
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.lp2-days-pill {
  background: #f5c542;
  color: #5a3a00;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 800;
  padding: .22rem .55rem;
  align-self: center;
}

.lp2-price-block small {
  display: block;
  margin-top: .3rem;
  color: rgba(255, 255, 255, .65);
  font-size: .7rem;
}

.lp2-premium-proof {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(10, 40, 30, .55);
  border: 1px solid rgba(16, 185, 129, .35);
  color: #c6f6d5;
  border-radius: 10px;
  padding: .55rem .65rem;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.3;
}

.lp2-premium-proof i {
  color: #34d399;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.lp2-btn-premium {
  min-height: 56px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #FF4E8E 0%, #8E44AD 100%);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .65rem 1rem .65rem .9rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(255, 78, 142, .32);
  white-space: nowrap;
}

.lp2-btn-premium > .bi-rocket-takeoff-fill {
  font-size: 1.15rem;
}

.lp2-btn-premium:hover {
  color: #fff;
  filter: brightness(1.05);
}

.lp2-btn-premium-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-align: left;
}

.lp2-btn-premium-text strong {
  font-size: .88rem;
  font-weight: 800;
}

.lp2-btn-premium-text em {
  font-style: normal;
  font-size: .72rem;
  font-weight: 600;
  opacity: .95;
}

.lp2-btn-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: .15rem;
}

/* Free card */
.lp2-free-head {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.1rem;
}

.lp2-free-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #efeaff;
  color: #6a38ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.lp2-free-body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .75rem;
  align-items: center;
  margin-bottom: 1.25rem;
  flex: 1;
}

.lp2-free-art {
  position: relative;
  width: 110px;
  height: 100px;
  flex-shrink: 0;
}

.lp2-free-art-bubbles span {
  position: absolute;
  border-radius: 50%;
  background: rgba(106, 56, 255, .1);
}

.lp2-free-art-bubbles span:nth-child(1) {
  width: 42px;
  height: 42px;
  top: 8px;
  right: 8px;
}

.lp2-free-art-bubbles span:nth-child(2) {
  width: 22px;
  height: 22px;
  top: 0;
  left: 18px;
  background: rgba(96, 165, 250, .2);
}

.lp2-free-art-bubbles span:nth-child(3) {
  width: 16px;
  height: 16px;
  bottom: 18px;
  left: 6px;
  background: rgba(255, 75, 145, .15);
}

.lp2-free-art-doc {
  position: absolute;
  left: 10px;
  top: 22px;
  width: 58px;
  height: 68px;
  border-radius: 10px;
  background: linear-gradient(160deg, #f3efff, #fff);
  border: 1.5px solid #e0d8f8;
  padding: .55rem .45rem;
  display: flex;
  flex-direction: column;
  gap: .32rem;
  box-shadow: 0 8px 18px rgba(106, 56, 255, .12);
}

.lp2-free-art-doc span {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: #d7cff3;
}

.lp2-free-art-doc span:nth-child(1) { width: 90%; }
.lp2-free-art-doc span:nth-child(2) { width: 72%; }
.lp2-free-art-doc span:nth-child(3) { width: 58%; }

.lp2-free-art-search {
  position: absolute;
  right: 4px;
  bottom: 8px;
  width: 44px;

  height: 44px;
  border-radius: 50%;
  background: #6a38ff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 10px 20px rgba(106, 56, 255, .3);
}

.lp2-free-features {
  display: grid;
  gap: .85rem;
  margin: 0;
}

.lp2-free-features li {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: #3f3a5c;
  font-size: .9rem;
  font-weight: 500;
}

.lp2-free-features i {
  color: #6a38ff;
  font-size: 1.15rem;
}

.lp2-btn-free {
  margin-top: auto;
  width: 100%;
  min-height: 50px;
  border-radius: 12px;
  border: 1.5px solid #6a38ff;
  background: #fff;
  color: #6a38ff;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lp2-btn-free:hover {
  background: #f3efff;
  color: #5729e8;
}
/* ===== Difference ===== */
.lp2-diff {
  background: #fff;
  border: 1px solid #ebe7f4;
  border-radius: 18px;
  padding: 1.25rem 1rem 1.2rem;
  box-shadow: 0 10px 26px rgba(40, 24, 100, .06);
}

.lp2-diff-title {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: .45rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a104e;
  margin-bottom: 1.15rem;
}

.lp2-diff-spark {
  color: #f5c542;
  font-size: 1rem;
}

.lp2-diff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.lp2-diff-col {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: .35rem 1rem;
  border-right: 1px dotted #d5d0e4;
}

.lp2-diff-col:last-child { border-right: 0; }

.lp2-diff-item {
  display: flex;
  align-items: center;
  gap: .65rem;
}

.lp2-diff-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.05rem;
}

.lp2-diff-ico.is-purple {
  background: #efeaff;
  color: #6a38ff;
}

.lp2-diff-ico.is-violet {
  background: #ece8ff;
  color: #7c3aed;
}

.lp2-diff-ico.is-pink {
  background: #fce7f3;
  color: #ec4899;
}

.lp2-diff-ico.is-indigo {
  background: #e8e7ff;
  color: #4f46e5;
}

.lp2-diff-ico.is-green {
  background: #e7f8ef;
  color: #16a34a;
}

.lp2-diff-ico.is-magenta {
  background: #fce7f3;
  color: #db2777;
}

.lp2-diff-ico.is-amber {
  background: #fef3c7;
  color: #d97706;
}

.lp2-diff-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .1rem;
}

.lp2-diff-copy strong {
  display: block;
  font-size: .9rem;
  font-weight: 800;
  color: #1a104e;
  line-height: 1.2;
}

.lp2-diff-copy span {
  display: block;
  font-size: .72rem;
  font-weight: 500;
  color: #8a84a6;
  line-height: 1.2;
}

.lp2-diff-item.is-premium .lp2-diff-copy strong {
  color: #16a34a;
}

/* ===== Trust bar ===== */
.lp2-trust-bar {
  display: grid;
  grid-template-columns: 1.35fr 1.1fr 1fr;
  gap: 0;
  align-items: center;
  background: #fff6e0;
  border: 1px solid #f0dfb0;
  border-radius: 14px;
  padding: .85rem 0;
}

.lp2-trust-users,
.lp2-trust-item {
  padding: 0 1rem;
}

.lp2-trust-users {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: #5a4300;
  font-size: .82rem;
}

.lp2-trust-item {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: #5a4300;
  font-size: .82rem;
  border-left: 1px dashed #e6cf8a;
}

.lp2-trust-stars {
  display: flex;
  gap: .1rem;
  color: #f5c542;
  font-size: .68rem;
  margin-bottom: .15rem;
}

.lp2-avatars { display: flex; }

.lp2-avatars span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -.4rem;
  background: linear-gradient(135deg, #6a38ff, #9457eb);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lp2-avatars span:first-child { margin-left: 0; }
.lp2-avatars span:nth-child(2) { background: linear-gradient(135deg, #ff4b91, #9457eb); }
.lp2-avatars span:nth-child(3) { background: linear-gradient(135deg, #f59e0b, #ef4444); }

.lp2-trust-item i {
  color: #f59e0b;
  font-size: 1.15rem;
}

.lp2-trust-item .is-urgent {
  color: #dc2626;
}

.plans-secure-note {
  font-size: .8rem;
  color: #8a8da0;
}

.plans-secure-note i { color: #9a9cb0; }

/* ===== Responsive ===== */
@media (max-width: 1199.98px) {
  .lp2-plans-grid {
    grid-template-columns: minmax(0, 2.1fr) minmax(220px, 0.8fr);
  }

  .lp2-premium-footer {
    grid-template-columns: 1fr 1fr;
  }

  .lp2-btn-premium {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .lp2-topbar {
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
  }

  .lp2-topbar-center {
    grid-column: 1 / -1;
    order: -1;
  }

  .lp2-preview-main {
    grid-template-columns: 160px 1fr;
    gap: 1rem;
  }

  .lp2-preview-stats {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .lp2-plans-grid {
    grid-template-columns: 1fr;
  }

  .lp2-diff-grid {
    grid-template-columns: 1fr 1fr;
    gap: .85rem;
  }


  .lp2-diff-col {
    border-right: 0;
    border: 1px solid #ece8f6;
    border-radius: 14px;
    padding: .85rem .9rem;
  }

  .lp2-trust-bar {
    grid-template-columns: 1fr;
    padding: .75rem 0;
  }

  .lp2-trust-item {
    border-left: 0;
    border-top: 1px dashed #e6cf8a;
    padding-top: .7rem;
    margin-top: .15rem;
  }
}

@media (max-width: 575.98px) {
  .lp2-top-btn {
    font-size: .72rem;
    padding: .38rem .65rem;
  }

  .lp2-preview-main {
    grid-template-columns: 1fr;
    padding: .9rem;
  }

  .lp2-preview-media {
    aspect-ratio: 16 / 10;
    max-height: 200px;
  }

  .lp2-preview-name {
    font-size: 1.05rem;
  }

  .lp2-preview-amount strong {
    font-size: 1.3rem;
  }

  .lp2-preview-stats {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .lp2-stat {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: .65rem;
    padding: .7rem .85rem;
  }

  .lp2-stat-icon {
    margin-bottom: 0;
    font-size: 1.85rem;
  }

  .lp2-preview-note {
    padding: .6rem .9rem;
    font-size: .74rem;
  }

  .lp2-plan-premium,
  .lp2-plan-free {
    padding: 1.15rem 1rem 1.05rem;
  }

  .lp2-premium-body {
    grid-template-columns: 1fr;
  }

  .lp2-plan-features {
    grid-template-columns: 1fr;
  }

  .lp2-plan-features li > span:last-child {
    white-space: normal;
  }

  .lp2-plan-premium .lp2-plan-title {
    white-space: normal;
  }

  .lp2-premium-footer {
    grid-template-columns: 1fr;
  }

  .lp2-mini-card {
    min-height: 96px;
  }

  .lp2-mini-media {
    width: 96px;
  }

  .lp2-recommended-ribbon {
    width: 40px;
    right: 12px;
  }

  .lp2-plan-head {
    padding-right: 3rem;
  }

  .lp2-plan-gem {
    width: 44px;
    height: 44px;
    font-size: 1.65rem;
  }

  .lp2-plan-premium .lp2-plan-title {
    font-size: 1.05rem;
  }

  .lp2-free-body {
    grid-template-columns: 1fr;
  }

  .lp2-diff-grid {
    grid-template-columns: 1fr;
  }

  .lp2-btn-premium {
    white-space: normal;
  }

  .lp2-btn-premium-text {
    align-items: center;
  }

  .lp2-free-art { display: none; }
}
/* Other person's loan details */
.other-borrower-lock {
  color: #ff4b91;
  font-size: .85rem;
}

.other-borrower-grid {
  display: grid;
  grid-template-columns: .85fr .85fr 1.5fr;
  gap: .85rem;
}

.other-loan-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  justify-content: center;
  gap: 1rem;
  margin: 1.25rem auto .5rem;
}

.other-action-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .35rem;
  text-align: center;
}

.other-action-wrap > span {
  color: #8a8da0;
  font-size: .75rem;
}

.other-chat-btn,
.other-contact-btn {
  min-height: 52px;
  border-radius: 12px;
  font-size: .94rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  position: relative;
}

.other-chat-btn {
  border: 1.5px solid var(--primary);
  background: #fff;
  color: var(--primary);
}

.other-chat-btn:hover {
  color: var(--primary);
  background: rgba(106, 56, 255, .05);
}

.other-contact-btn {
  border: 0;
  background: var(--btn-gradient);
  color: #fff;
}

.other-contact-btn:hover {
  background: var(--btn-gradient-hover);
  color: #fff;
}

.other-premium-badge {
  position: absolute;
  top: -11px;
  right: -7px;
  border-radius: 999px;
  background: #ffbf2f;
  color: #6b3f00;
  font-size: .62rem;
  font-weight: 700;
  padding: .2rem .48rem;
  box-shadow: 0 3px 8px rgba(116, 73, 0, .18);
}

/* Contact details locked modal */
.contact-locked-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(24, 16, 54, .25);
}

.contact-locked-head {
  max-width: 480px;
  margin: 0 auto 1.25rem;
}

.contact-lock-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #efeaff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: .75rem;
}

.contact-locked-head h2 {
  color: var(--dark);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: .35rem;
}

.contact-locked-head p {
  color: #6b6e82;
  font-size: .88rem;
  margin: 0;
}

.contact-person {
  margin-bottom: 1rem;
}

.contact-person strong {
  color: var(--dark);
  display: block;
  font-size: 1.05rem;
  margin-bottom: .2rem;
}

.contact-person span {
  color: #6b6e82;
  display: block;
  font-size: .8rem;
}

.contact-person i {
  color: var(--primary);
}

.contact-masked-list {
  border: 1px solid #ddd9e8;
  border-radius: 12px;
  overflow: hidden;
  max-width: 560px;
  margin: 0 auto 1.25rem;
}

.contact-masked-list > div {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem .75rem;
  border-bottom: 1px solid #eceaf3;
  font-size: .82rem;
}

.contact-masked-list > div:last-child {
  border-bottom: 0;
}

.contact-masked-list span,
.contact-masked-list strong {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.contact-masked-list span {
  color: var(--dark);
  font-weight: 600;
}

.contact-masked-list span i {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #f3efff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-masked-list strong {
  color: #4a4d63;
  font-weight: 600;
}

.contact-masked-list strong i {
  color: #aaa6b8;
}

.contact-option-title {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: var(--primary);
  font-size: .88rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1rem;
}

.contact-option-title::before,
.contact-option-title::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, #f1b4d0);
  flex: 1;
}

.contact-option-title::after {
  background: linear-gradient(90deg, #f1b4d0, transparent);
}

.contact-plan-card {
  height: 100%;
  border: 1.5px solid;
  border-radius: 14px;
  padding: 1rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

.contact-pack-card {
  border-color: #ffb4cf;
  background: #fff5f8;
  color: #d81b60;
}

.contact-premium-card {
  border-color: #a895ed;
  background: #f8f6ff;
  color: #5530c9;
}

.contact-plan-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto .65rem;
}

.contact-pack-card .contact-plan-icon {
  background: #ff1f73;
  color: #fff;
}

.contact-premium-card .contact-plan-icon {
  background: #ebe7ff;
  color: #5530c9;
}

.contact-plan-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .25rem;
}


.contact-plan-card p {
  color: #5f6070;
  font-size: .78rem;
  margin-bottom: .4rem;
}

.contact-plan-price {
  display: block;
  font-size: 1rem;
  margin-bottom: .8rem;
}

.contact-plan-price small {
  color: #4a4d63;
  font-size: .72rem;
  font-weight: 500;
}

.contact-plan-card ul {
  display: grid;
  gap: .45rem;
  margin-bottom: 1rem;
  text-align: left;
}

.contact-plan-card li {
  color: #4a4d63;
  font-size: .78rem;
  font-weight: 500;
}

.contact-plan-card li i {
  color: currentColor;
  margin-right: .35rem;
}

.contact-plan-btn {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: 600;
  margin-top: auto;
}

.contact-pack-card .contact-plan-btn {
  background: #f61868;
}

.contact-premium-card .contact-plan-btn {
  background: #5530c9;
}

.contact-plan-btn:hover {
  color: #fff;
  filter: brightness(.94);
}

.contact-best-value {
  position: absolute;

  top: -1px;
  right: 12px;
  background: #5530c9;
  color: #fff;
  border-radius: 0 0 8px 8px;
  padding: .22rem .55rem;
  font-size: .6rem;
  font-weight: 700;
}

.contact-safe-note {
  display: grid;
  gap: .2rem;
  margin-top: 1.15rem;
  color: #6b6e82;
}

.contact-safe-note strong {
  color: var(--dark);
  font-size: .86rem;
}

.contact-safe-note span {
  font-size: .76rem;
}

.contact-safe-note small {
  font-size: .7rem;
}

/* ========================
   Membership Plans Overview
======================== */
.membership-page-body {
  background: linear-gradient(180deg, #f6f3ff 0%, #fff 28%, #fff 100%);
}

.mem-main {
  padding-bottom: 1rem;
}

.mem-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1.5rem;
  align-items: center;
  background: linear-gradient(135deg, #2a1658 0%, #5530c9 48%, #7b4dff 100%);
  border-radius: 24px;
  padding: 1.75rem 1.75rem 1.5rem;
  margin-bottom: 1.75rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(85, 48, 201, .28);
}

.mem-hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  padding: .28rem .75rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: .85rem;
}

.mem-hero-title {
  color: #fff;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 700;
  margin-bottom: .65rem;
}

.mem-hero-sub {
  color: rgba(255, 255, 255, .86);
  font-size: .92rem;
  max-width: 34rem;
  margin-bottom: 1.1rem;
}

.mem-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.mem-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  border-radius: 999px;
  padding: .4rem .75rem;
  font-size: .76rem;
  font-weight: 500;
}

.mem-hero-chip i {
  color: #ffd76a;
}

.mem-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mem-hero-img {
  width: min(100%, 340px);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .35));
}

.mem-plans-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
 
}

.mem-card {
  position: relative;
  display: flex;
  flex-direction: column;

  background: #fff;
  border: 1.5px solid #ebe7f8;
  border-radius: 20px;
  padding: 1.5rem 1.05rem 1.2rem;
  box-shadow: 0 10px 28px rgba(34, 24, 78, .06);
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
  text-align: center;
}

.mem-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(34, 24, 78, .1);
}

.mem-ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  padding: .28rem .7rem;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}

.mem-ribbon-current {
  background: #1f9d5a;
  color: #fff;
}

.mem-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: .22rem .55rem;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .03em;
}

.mem-badge-popular {
  background: #e8f1ff;
  color: #1f6fe5;
}

.mem-badge-best {
  background: #f3e9ff;
  color: #7a2fe0;
}

.mem-card-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  margin: .65rem auto .85rem;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 10px;
}
span.frstart {
    font-size: 11px !important;
    line-height: 16px;
    margin-right: 13px;
    color: #8a8da0;
    padding: 0px 0 0 38px;
    display: block;
}
.mem-card-img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  /* mix-blend-mode: lighten; */
}
.mem-badge-best2 {
    background: #fcd64a;
    color: #000;
}
.mem-card-contact .mem-card-img,
.mem-card-elite .mem-card-img {
  mix-blend-mode: normal;
}
.mem-card-elite{}

.mem-card-free .mem-card-visual { background: #eefbf3; }
.mem-card-standard .mem-card-visual { background: #eef4ff; }
.mem-card-premium .mem-card-visual { background: #f4ecff; }

.mem-card-contact .mem-card-visual { background: #ffeef1; }
.mem-card-elite .mem-card-visual { background: #1a2440; }

.mem-card-name {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: .45rem;
  line-height: 1.2;
}

.mem-card-tagline {
  text-align: center;
  font-size: .74rem;
  color: #c9b27a;
  margin-bottom: .35rem;
  line-height: 1.35;
}

.mem-card-price {
  text-align: center;
  color: var(--dark);
  font-size: clamp(1.85rem, 2.4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: .15rem 0 1rem;
}

.mem-card-price span {
  display: inline-block;
  font-size: .78rem;
  font-weight: 600;
  color: #8a8da0;
  letter-spacing: 0;
  margin-left: .2rem;
  vertical-align: middle;
}

.mem-card-price-pack {
  font-size: clamp(1.7rem, 2.2vw, 2.05rem);
}

.mem-price-from {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  color: #8a8da0;
  letter-spacing: .02em;
  margin-bottom: .2rem;
}

.mem-card-price-pack s {
  color: #b0b3c4;
  font-size: .9rem;
  font-weight: 500;
  margin-left: .3rem;
}

.mem-card-price-gold {
  color: #f0d078;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

.mem-card-features {
  display: grid;
  gap: .55rem;
  margin-bottom: 1.15rem;
  flex: 1;
  text-align: left;
  padding: 0 .15rem;
}

.mem-card-features li {
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  font-size: .78rem;
  color: #55586c;
  line-height: 1.4;
}

.mem-card-features i {
  font-size: .9rem;
  margin-top: .05rem;
  flex-shrink: 0;
}

.mem-card-features .is-yes i { color: #1f9d5a; }
.mem-card-features .is-no i { color: #e0455f; }
.mem-card-features .is-no { color: #9a6a74; }

.mem-card-btn {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  font-size: .84rem;

  font-weight: 600;
  border: none;
  color: #fff;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .7rem 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.mem-card-btn:hover {
  color: #fff;
  filter: brightness(.96);
}

.mem-card-btn.is-disabled,
.mem-card-btn:disabled {
  background: #fff;
  color: #1f9d5a;
  border: 1.5px solid #1f9d5a;
  cursor: default;
  filter: none;
}

.mem-card-btn.is-disabled:hover,
.mem-card-btn:disabled:hover {
  color: #1f9d5a;
  filter: none;
}

.mem-card-free {
  border-color: #d9f0e3;
}

.mem-card-free .mem-card-price {
  color: #1f9d5a;
}

.mem-card-standard {
  border-color: #cfe0ff;
}

.mem-card-standard .mem-card-name,
.mem-card-standard .mem-card-price {
  color: #1f6fe5;
}

.mem-card-standard .mem-card-btn {
  background: linear-gradient(90deg, #3b82f6, #2563eb);
}

.mem-card-premium {
  border-color: #e0d0ff;
  box-shadow: 0 12px 30px rgba(122, 47, 224, .12);
}

.bypack {
    background: linear-gradient(135deg, rgb(215, 2, 50), rgb(214, 1, 49)) !important;
}
.mem-card-premium .mem-card-name,
.mem-card-premium .mem-card-price {
  color: #7a2fe0;
}

.mem-card-premium .mem-card-btn {
  background: linear-gradient(135deg, #6a38ff, #9457eb);
}

.mem-card-contact {
  border-color: #ffd0d8;
}

.mem-card-contact .mem-card-name,
.mem-card-contact .mem-card-price {
  color: #e0455f;
}

.mem-card-contact .mem-card-btn {
  background: linear-gradient(135deg, #6a38ff, #9457eb);
}

.mem-card-elite {
  background: linear-gradient(180deg, #151d33 0%, #0f1526 100%);
  border-color: #2a3658;
}

.mem-card-elite .mem-card-name {
  color: #fff;
}

.mem-card-elite .mem-card-features li {
  color: #b8bfd4;
}

.mem-card-elite .mem-card-features .is-yes i {
  color: #e6c36a;
}

.mem-card-elite .mem-card-btn {
  background: linear-gradient(90deg, #e6c36a, #c9a24a);
  color: #1a1520;
}

.mem-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem 1.5rem;
  background: #fff;
  border: 1px solid #ebe7f8;
  border-radius: 16px;
  padding: .95rem 1.1rem;
  box-shadow: 0 8px 22px rgba(34, 24, 78, .05);
}

.mem-trust-item {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  font-weight: 500;
  color: #55586c;
}

.mem-trust-item i {
  color: var(--primary);
}

/* ========================
   Plan Detail Pages
======================== */
.plan-detail-page {
  background: #f8f7fd;
}

.plan-detail-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: 1.15rem;
}

.plan-detail-back {
  display: inline-flex;

  align-items: center;
  gap: .4rem;
  color: var(--dark);
  font-weight: 600;
  font-size: .88rem;
}

.plan-detail-back:hover {
  color: var(--primary);
}

.plan-detail-secure {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: #eefbf3;
  color: #1f9d5a;
  border-radius: 999px;
  padding: .35rem .75rem;
  font-size: .74rem;
  font-weight: 600;
}

.plan-detail-hero {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1.25rem;
  align-items: center;
  background: #eef4ff;
  border: 1px solid #d6e4ff;
  border-radius: 22px;
  padding: 1.5rem 1.5rem 1.35rem;
  margin-bottom: 1.15rem;
}

.plan-premium-page .plan-detail-hero {
  background: linear-gradient(135deg, #fff0f7 0%, #f3e9ff 100%);
  border-color: #efd7ff;
}

.plan-contact-page .plan-detail-hero {
  background: linear-gradient(135deg, #fff0f3 0%, #ffe8ec 100%);
  border-color: #ffd0d8;
}

.plan-detail-pill {
  display: inline-flex;
  background: #1f6fe5;
  color: #fff;
  border-radius: 999px;
  padding: .28rem .7rem;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: .75rem;
}

.plan-premium-page .plan-detail-pill {
  background: linear-gradient(135deg, #6a38ff, #9457eb);
}

.plan-detail-title {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 700;
  margin-bottom: .65rem;
}

.plan-detail-sub {
  color: #666a80;
  font-size: .9rem;
  margin-bottom: 1rem;
}

.plan-detail-price {
  color: #1f6fe5;
  font-size: clamp(2.15rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.03em;
  margin: .15rem 0 1rem;
}

.plan-detail-price span {
  display: inline-block;
  font-size: .9rem;
  font-weight: 600;
  color: #8a8da0;
  letter-spacing: 0;
  margin-left: .25rem;
  vertical-align: middle;
}

.plan-premium-page .plan-detail-price {
  color: #7a2fe0;
}

.plan-detail-billed {
  font-size: .82rem;
  font-weight: 600;
  color: #8a8da0;
  margin: -.55rem 0 1rem;
}

.plan-detail-checklist {
  display: grid;
  gap: .45rem;
  margin-bottom: 0;
}

.plan-detail-checklist li {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: .88rem;
  color: #44475a;
  font-weight: 500;
}

.plan-detail-checklist i {
  color: #1f9d5a;
}

.plan-detail-hero-visual {
  display: flex;
  justify-content: center;
}


.plan-detail-hero-img {
  width: min(100%, 220px);
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .18));
}

.plan-standard-page .plan-detail-hero-img,
.plan-premium-page .plan-detail-hero-img {
  mix-blend-mode: lighten;
}

.plan-detail-why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  background: linear-gradient(90deg, #3b1d7a, #5530c9);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

.plan-premium-page .plan-detail-why {
  background: linear-gradient(90deg, #7a2fe0, #ff4b91);
}

.plan-contact-page .plan-detail-why {
  background: linear-gradient(90deg, #c6284a, #ff4b91);
}

.plan-detail-why-item {
  text-align: center;
  padding: .35rem .25rem;
}

.plan-detail-why-item strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .15rem;
}

.plan-detail-why-item span {
  font-size: .76rem;
  color: rgba(255, 255, 255, .85);
}

.plan-detail-features {
  margin-bottom: 1.5rem;
}


.plan-detail-features-title {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.plan-detail-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .9rem;
}

.plan-detail-feature-card {
  background: #fff;
  border: 1px solid #ebe7f8;
  border-radius: 16px;
  padding: 1.1rem 1rem;
  box-shadow: 0 8px 20px rgba(34, 24, 78, .05);
}

.plan-detail-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f0ebff;
  color: var(--primary);
  margin-bottom: .7rem;
  font-size: 1.05rem;
}

.plan-standard-page .plan-detail-feature-icon {
  background: #eef4ff;
  color: #1f6fe5;
}

.plan-premium-page .plan-detail-feature-icon {
  background: #f8eaff;
  color: #7a2fe0;
}

.plan-contact-page .plan-detail-feature-icon {
  background: #ffeef1;
  color: #e0455f;
}

.plan-detail-feature-card h3 {
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: .35rem;
}

.plan-detail-feature-card p {
  font-size: .76rem;
  color: #6b6e82;
  margin-bottom: 0;
  line-height: 1.45;
}

.plan-detail-cta-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.15rem;
}

.plan-detail-cta {
  min-width: min(100%, 420px);
  width: 100%;
  max-width: 560px;
  min-height: 56px;
  border-radius: 14px;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  box-shadow: 0 10px 24px rgba(37, 99, 235, .28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .85rem 1.4rem;
  text-decoration: none;
  line-height: 1.2;
}

.plan-premium-page .plan-detail-cta {
  background: linear-gradient(135deg, #6a38ff, #9457eb);
  box-shadow: 0 10px 24px rgba(148, 87, 235, .28);
}

.plan-contact-page .plan-detail-cta {
  background: linear-gradient(135deg, #6a38ff, #9457eb);
  box-shadow: 0 10px 24px rgba(148, 87, 235, .28);
}

.plan-detail-cta:hover {
  color: #fff;
  filter: brightness(.96);
  transform: translateY(-1px);
}

.plan-detail-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem 1.35rem;
  padding: .35rem 0 1rem;
}

.plan-detail-trust-item {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .76rem;
  font-weight: 500;
  color: #666a80;
}

.plan-detail-trust-item i {
  color: var(--primary);
}

/* Contact Pack */
.plan-contact-feature-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}


.plan-contact-feature-icon {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(224, 69, 95, .15);
  border-radius: 12px;
  padding: .55rem .7rem;
  font-size: .76rem;
  font-weight: 600;
  color: #44475a;
}

.plan-contact-feature-icon i {
  color: #e0455f;
  font-size: 1rem;
}

.plan-contact-packs {
  margin-bottom: 1.25rem;
}

.plan-contact-packs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.plan-contact-pack-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  background: #fff;
  border: 2px solid #ffd0d8;
  border-radius: 16px;
  padding: 1.25rem .85rem .95rem;
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.plan-contact-pack-card:hover {
  transform: translateY(-2px);
}

.plan-contact-pack-card.is-selected {
  border-color: #e0455f;
  box-shadow: 0 10px 24px rgba(224, 69, 95, .16);
  background: #fff7f8;
}

.plan-contact-pack-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #e0455f;
  color: #fff;
  border-radius: 0 0 8px 8px;
  padding: .2rem .55rem;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .03em;

  white-space: nowrap;
}

.plan-contact-pack-count {
  color: var(--dark);
  font-size: 1rem;
  font-weight: 700;
  margin: .45rem 0 .35rem;
  line-height: 1.25;
}

.plan-contact-pack-price {
  color: #e0455f;
  font-size: clamp(1.55rem, 2.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
  display: block;
  margin-top: .15rem;
}

.plan-contact-pack-price s {
  color: #b0b3c4;
  font-size: .95rem;
  font-weight: 500;
  margin-left: .25rem;
}

.plan-contact-checkout {
  background: #fff;
  border: 1px solid #ffd0d8;
  border-radius: 18px;
  padding: 1.15rem 1.25rem;
  margin-bottom: 1.15rem;
  box-shadow: 0 8px 22px rgba(224, 69, 95, .08);
}

.plan-contact-checkout-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1.15rem;
  align-items: center;
}

.plan-contact-checkout-label {
  display: block;
  font-size: .74rem;
  color: #8a8da0;
  font-weight: 600;
  margin-bottom: .25rem;
}

.plan-contact-checkout-value {
  display: block;
  color: var(--dark);
  font-size: clamp(1.55rem, 2.2vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
}

#contactPackPay.plan-contact-checkout-value {
  color: #e0455f;
}

.plan-contact-pay-btn {
  min-width: 200px;
  min-height: 52px;
  border-radius: 12px;
  border: 0;
  background: linear-gradient(135deg, #6a38ff, #9457eb);
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .75rem 1.35rem;
  text-decoration: none;
}

.plan-contact-pay-btn:hover {
  color: #fff;
  filter: brightness(.96);
}

/* ========================
   Elite Plan Page (redesign)
======================== */
.plan-elite-page {
  background: #f4f5f8;
}

.elite-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 85% 20%, rgba(230, 195, 106, .18), transparent 55%),
    radial-gradient(ellipse 50% 60% at 10% 80%, rgba(56, 120, 255, .16), transparent 50%),
    linear-gradient(155deg, #050d1f 0%, #0a1a3a 42%, #122a55 100%);
  color: #fff;
  padding: 1.35rem 0 5rem;
}

.elite-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.elite-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .55;
  animation: eliteOrbDrift 12s ease-in-out infinite;
}

.elite-orb-a {
  width: 280px;
  height: 280px;
  top: -80px;
  right: 8%;
  background: radial-gradient(circle, rgba(230, 195, 106, .45), transparent 68%);
}

.elite-orb-b {
  width: 220px;
  height: 220px;
  bottom: 10%;
  left: -40px;
  background: radial-gradient(circle, rgba(72, 130, 255, .35), transparent 70%);
  animation-delay: -4s;
}

.elite-orb-c {
  width: 140px;
  height: 140px;
  top: 42%;
  left: 42%;
  background: radial-gradient(circle, rgba(255, 255, 255, .12), transparent 70%);
  animation-delay: -7s;
}

.elite-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
  opacity: .7;
}

.elite-hero-skyline {
  position: absolute;
  inset: auto 0 0 0;
  height: 150px;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .4)),
    repeating-linear-gradient(90deg,
      transparent 0 18px,
      rgba(255, 255, 255, .05) 18px 20px,
      transparent 20px 42px,
      rgba(255, 214, 120, .1) 42px 44px);
  opacity: .5;
  mask-image: linear-gradient(180deg, transparent, #000 45%);
}

.elite-hero-inner {
  position: relative;
  z-index: 1;
}

.elite-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.65rem;
}

.elite-back,
.elite-secure {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .84rem;
  font-weight: 600;
  color: #d7def0;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.elite-back:hover {
  color: #e6c36a;
  transform: translateX(-2px);
}

.elite-secure {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(230, 195, 106, .35);
  border-radius: 999px;
  padding: .35rem .8rem;
  color: #e6c36a;
  backdrop-filter: blur(8px);
}

.elite-hero-copy {
  animation: eliteCopyIn .7s ease both;
}

.elite-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(230, 195, 106, .55);
  color: #e6c36a;
  border-radius: 10px;
  padding: .4rem .8rem;
  font-size: .74rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: rgba(230, 195, 106, .1);
  box-shadow: 0 0 24px rgba(230, 195, 106, .12);
}

.elite-title {
  font-size: clamp(1.95rem, 3.6vw, 2.9rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: .85rem;
  color: #fff;
  letter-spacing: -.02em;
}

.elite-title span {
  display: block;
  background: linear-gradient(90deg, #f0d78a 0%, #e6c36a 45%, #f7e7b0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.elite-sub {
  color: #b8c3dd;
  font-size: 1.02rem;
  max-width: 34rem;
  line-height: 1.55;
  margin-bottom: 1.35rem;
}

.elite-feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin-bottom: 1.4rem;
}

.elite-feature {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: .75rem .85rem;
  backdrop-filter: blur(10px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.elite-feature:hover {
  transform: translateY(-3px);
  border-color: rgba(230, 195, 106, .35);
  background: rgba(255, 255, 255, .08);
}

.elite-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(230, 195, 106, .25), rgba(230, 195, 106, .08));
  color: #e6c36a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .95rem;
}

.elite-feature strong {
  display: block;
  font-size: .86rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .15rem;
}

.elite-feature span {
  color: #9aa8c7;
  font-size: .78rem;
  line-height: 1.35;
}

.elite-hero-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.elite-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: linear-gradient(135deg, #e6c36a 0%, #c9a227 100%);
  color: #0a162e !important;
  border: 0;
  border-radius: 999px;
  min-height: 46px;
  padding: .65rem 1.25rem;
  font-size: .88rem;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(230, 195, 106, .28);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.elite-hero-cta:hover,
.elite-hero-cta:focus,
.elite-hero-cta:active {
  color: #0a162e !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(230, 195, 106, .38);
  filter: brightness(1.05);
}

.elite-hero-trust {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.elite-hero-trust strong {
  font-size: 1.05rem;
  font-weight: 800;
  color: #e6c36a;
}

.elite-hero-trust span {
  font-size: .76rem;
  color: #9aa8c7;
}

.elite-banner-stage {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  animation: eliteStageIn .85s .15s ease both;
}

.elite-banner-glow {
  position: absolute;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 195, 106, .28), rgba(56, 120, 255, .1) 45%, transparent 70%);
  filter: blur(8px);
  animation: eliteGlowPulse 5s ease-in-out infinite;
  pointer-events: none;
}

.elite-banner-ring {
  position: absolute;
  width: min(92%, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(230, 195, 106, .22);
  box-shadow:
    inset 0 0 40px rgba(230, 195, 106, .08),
    0 0 30px rgba(56, 120, 255, .12);
  animation: eliteRingSpin 22s linear infinite;
  pointer-events: none;
}

.elite-banner-ring::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, .12);
}

.elite-banner-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
  transform-style: preserve-3d;
  transition: transform .15s ease-out;
  will-change: transform;
}

.elite-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .5));
  animation: eliteFloat 4.5s ease-in-out infinite;
  border-radius: 8px;
}

.elite-live-pill {
  position: absolute;
  top: 8%;
  right: 6%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(8, 18, 40, .82);
  border: 1px solid rgba(34, 197, 94, .4);
  color: #86efac;
  border-radius: 999px;
  padding: .35rem .75rem;
  font-size: .72rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  animation: eliteChipFloat 3.8s ease-in-out infinite;
}

.elite-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, .55);
  animation: eliteLivePulse 1.6s ease-out infinite;
}

.elite-float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: .55rem;
  background: rgba(255, 255, 255, .96);
  color: #0d1f45;
  border-radius: 14px;
  padding: .55rem .7rem;
  box-shadow: 0 14px 34px rgba(5, 12, 30, .28);
  backdrop-filter: blur(8px);
  min-width: 148px;
  pointer-events: none;
}

.elite-float-card i {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .9rem;
}

.elite-float-card strong {
  display: block;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.2;
}

.elite-float-card span {
  display: block;
  font-size: .68rem;
  color: #6b7390;
  line-height: 1.2;
}

.elite-float-card-a {
  left: -2%;
  top: 22%;
  animation: eliteChipFloat 4.2s ease-in-out infinite;
}

.elite-float-card-a i {
  background: #fff4d6;
  color: #c9a227;
}

.elite-float-card-b {
  right: -2%;
  bottom: 24%;
  animation: eliteChipFloat 4.8s .4s ease-in-out infinite;
}

.elite-float-card-b i {
  background: #e8f0ff;
  color: #3b82f6;
}

.elite-float-card-c {
  left: 8%;
  bottom: 6%;
  animation: eliteChipFloat 5.2s .8s ease-in-out infinite;
}

.elite-float-card-c i {
  background: #e7f8ef;
  color: #16a34a;
}


@keyframes eliteFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes eliteOrbDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(18px, -14px) scale(1.08); }
}

@keyframes eliteGlowPulse {
  0%, 100% { opacity: .75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

@keyframes eliteRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes eliteLivePulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .55); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@keyframes eliteChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes eliteCopyIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes eliteStageIn {
  from { opacity: 0; transform: translateY(22px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.elite-main {
  margin-top: -2.5rem;
  position: relative;
  z-index: 2;
}

.elite-how {
  background: #fff;
  border-radius: 28px 28px 0 0;
  padding: 2.25rem 0 1.5rem;
}
.elite-how-title {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0d1f45;
  margin-bottom: 1.5rem;
}

.elite-how-track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: .35rem;
  flex-wrap: wrap;
}

.elite-how-step {
  flex: 1 1 140px;
  max-width: 180px;
  text-align: center;
  position: relative;
  padding: .5rem .4rem;
  transition: transform .2s ease;
}

.elite-how-step:hover {
  transform: translateY(-3px);
}

.elite-how-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0d1f45;
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.elite-how-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #f3f5fa;
  color: #0d1f45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  margin-bottom: .75rem;
}

.elite-how-step h3 {
  font-size: .92rem;
  font-weight: 700;
  color: #0d1f45;
  margin-bottom: .3rem;
}

.elite-how-step p {
  font-size: .76rem;
  color: #6b6e82;
  line-height: 1.4;
  margin: 0;
}

.elite-how-arrow {
  color: #c5cad8;
  font-size: 1.1rem;
  margin-top: 2rem;
  flex-shrink: 0;
}

.elite-plans-section {
  background: #fff;
  padding: 0 0 2.5rem;
}

.elite-plans-panel {
  background: #f2f4f8;
  border-radius: 24px;
  padding: 1.5rem 1.25rem 1.35rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.elite-plans-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d1f45;
  margin-bottom: 1.25rem;
}

.elite-plans-title span {
  color: #c9a24a;
}

.elite-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 1rem;
  margin-bottom: 1.25rem;
}

.elite-plan-card {
  position: relative;
  text-align: left;
  background: #fff;
  border: 2px solid #e4e7ef;
  border-radius: 18px;
  padding: 1.25rem 1.1rem 1.05rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  min-height: 100%;
}

button.elite-plan-card {
  cursor: pointer;
  width: 100%;
}

.elite-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(13, 31, 69, .1);
}

.elite-plan-card.is-selected {
  border-color: #c9a24a;
  box-shadow: 0 16px 34px rgba(201, 162, 74, .18);
  background: linear-gradient(180deg, #fffdf8 0%, #fff 55%);
}

.elite-plan-radio {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cfd4e2;
  background: #fff;
}

.elite-plan-card.is-selected .elite-plan-radio {
  border-color: #c9a24a;
  background: #c9a24a;
  box-shadow: inset 0 0 0 4px #fff;
}

.elite-plan-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #101820;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: .75rem;
}

.elite-plan-icon-map {
  background: #1a2744;
  color: #e6c36a;
}

.elite-plan-icon-star {
  background: #1a1208;
  color: #e6c36a;
}

.elite-plan-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0d1f45;
  margin-bottom: .55rem;
}

.elite-plan-checks {
  display: grid;
  gap: .3rem;
  margin-bottom: .85rem;
}

.elite-plan-checks li {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: #55586c;
  font-size: .82rem;
  font-weight: 500;
}

.elite-plan-checks i {
  color: #1f9d5a;
}

.elite-plan-price {
  font-size: clamp(1.75rem, 2.4vw, 2.15rem);
  font-weight: 800;
  color: #0d1f45;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: .7rem;
}

.elite-plan-price span {
  font-size: .82rem;
  font-weight: 600;
  color: #8a8da0;
}

.elite-plan-example {
  background: #eef3fb;
  color: #3b4f7a;
  border-radius: 10px;
  padding: .55rem .7rem;
  font-size: .74rem;
  font-weight: 600;
  margin-bottom: .75rem;
}

.elite-plan-example.is-warm {
  background: #fff4df;
  color: #8a6a20;
}

.elite-plan-foot {
  margin: 0;
  color: #6b6e82;
  font-size: .78rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .35rem;
}

.elite-plan-foot i {
  color: #c9a24a;
}

.elite-plan-enterprise {
  background: #fafbfd;
  cursor: default;
  border-style: dashed;
  border-color: #d8dee9;
}

.elite-plan-enterprise:hover {
  transform: none;
  box-shadow: none;
  border-color: #d8dee9;
}

.elite-plan-offer-tag {
  position: absolute;
  top: -1px;
  left: 14px;
  background: #e6a23c;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: .28rem .65rem;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.elite-plan-enterprise h3 {
  margin-top: .35rem;
  font-size: 1.35rem;
}

.elite-plan-enterprise .elite-per {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: #6b6e82;
  margin-top: .15rem;
}

.elite-plan-save {
  color: #6b6e82;
  font-size: .8rem;
  margin-bottom: .75rem;
  line-height: 1.4;
}

.elite-continue-btn {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 14px;
  background: #0d1f45;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: .9rem 1.25rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.elite-continue-btn:hover {
  color: #fff;
  background: #152a55;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(13, 31, 69, .28);
}

.elite-continue-btn strong {
  color: #e6c36a;
}

.plan-elite-page .site-footer {
  background: #fff;
  border-top: 1px solid #ebeaf2;
}

/* ========== Elite Flow — shared portal ========== */
.elite-setup-page,
.elite-portal-page {
  background: #f4f6fb;
}

.elite-biz-user {
  display: flex;
  align-items: center;
  gap: .55rem;
}

/* ========== Elite Setup ========== */
.elite-setup-main {
  padding: 1.5rem 0 3rem;
}

.es-hero {
  position: relative;
  background:
    radial-gradient(ellipse 70% 55% at 88% 18%, rgba(230, 195, 106, .2), transparent 55%),
    radial-gradient(ellipse 45% 50% at 8% 85%, rgba(56, 120, 255, .16), transparent 55%),
    linear-gradient(145deg, #050d1f 0%, #0a1a3a 45%, #16356a 100%);
  border-radius: 24px;
  padding: 1.85rem 1.75rem 1.7rem;
  color: #fff;
  margin-bottom: 1.75rem;
  overflow: hidden;
}

.es-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.es-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .55;
  animation: esOrbDrift 11s ease-in-out infinite;
}

.es-orb-a {
  width: 220px;
  height: 220px;
  top: -70px;
  right: 6%;
  background: radial-gradient(circle, rgba(230, 195, 106, .42), transparent 68%);
}

.es-orb-b {
  width: 180px;
  height: 180px;
  bottom: -40px;
  left: -30px;
  background: radial-gradient(circle, rgba(72, 130, 255, .32), transparent 70%);
  animation-delay: -4s;
}

.es-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 15%, transparent 75%);
}

.es-hero-inner {
  position: relative;
  z-index: 1;
}

.es-help {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #e6c36a;
  color: #0d1f45;
  font-weight: 800;
  font-size: .9rem;
  line-height: 1;
}

.es-hero-copy {
  animation: esCopyIn .65s ease both;
}

.es-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid rgba(230, 195, 106, .55);
  color: #e6c36a;
  border-radius: 10px;
  padding: .35rem .75rem;
  font-size: .72rem;
  font-weight: 700;
  margin-bottom: .85rem;
  background: rgba(230, 195, 106, .1);
  box-shadow: 0 0 20px rgba(230, 195, 106, .12);
}

.es-title {
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  font-weight: 800;
  margin-bottom: .55rem;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.es-title span {
  background: linear-gradient(90deg, #f0d78a 0%, #e6c36a 50%, #f7e7b0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.es-sub {
  color: #b8c3dd;
  max-width: 30rem;
  margin-bottom: 1.1rem;
  line-height: 1.55;
}

.es-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.es-hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  padding: .35rem .7rem;
  font-size: .74rem;
  font-weight: 600;
  color: #d7def0;
}

.es-hero-pills i {
  color: #e6c36a;
  font-size: .78rem;
}

.es-banner-stage {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 900px;
  animation: esStageIn .8s .1s ease both;
}

.es-banner-glow {
  position: absolute;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 195, 106, .28), rgba(56, 120, 255, .1) 45%, transparent 70%);
  filter: blur(6px);
  animation: esGlowPulse 5s ease-in-out infinite;
  pointer-events: none;
}

.es-banner-ring {
  position: absolute;
  width: min(88%, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(230, 195, 106, .22);
  box-shadow: inset 0 0 30px rgba(230, 195, 106, .08);
  animation: esRingSpin 20s linear infinite;
  pointer-events: none;
}

.es-banner-visual {
  position: relative;
  z-index: 2;
  max-width: 380px;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform .15s ease-out;
  will-change: transform;
}

.es-hero-img {
  max-width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .45));
  animation: esFloat 4.5s ease-in-out infinite;
}

.es-float-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 255, 255, .96);
  color: #0d1f45;
  border-radius: 12px;
  padding: .45rem .65rem;
  box-shadow: 0 12px 28px rgba(5, 12, 30, .28);
  min-width: 132px;
  pointer-events: none;
}

.es-float-chip i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  flex-shrink: 0;
}

.es-float-chip strong {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.2;
}

.es-float-chip span {
  display: block;
  font-size: .62rem;
  color: #6b7390;
}

.es-float-chip-a {
  left: 0;
  top: 18%;
  animation: esChipFloat 4s ease-in-out infinite;
}

.es-float-chip-a i {
  background: #fff4d6;
  color: #c9a227;
}

.es-float-chip-b {
  right: 0;
  bottom: 16%;
  animation: esChipFloat 4.6s .3s ease-in-out infinite;
}

.es-float-chip-b i {
  background: #e7f8ef;
  color: #16a34a;
}

@keyframes esFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes esOrbDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(14px, -10px) scale(1.06); }
}

@keyframes esGlowPulse {
  0%, 100% { opacity: .7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

@keyframes esRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes esChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes esCopyIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes esStageIn {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.es-area-panel[hidden] {
  display: none !important;
}

.es-field-label {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  color: #4b556c;
  margin-bottom: .4rem;
}

.es-single-option.is-active {
  background: #fff8e8;
  color: #0d1f45;
  font-weight: 600;
}
.es-section {
  background: #fff;
  border-radius: 18px;
  padding: 1.35rem 1.4rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 24px rgba(15, 30, 70, .05);
}

.es-section-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0d1f45;
  margin-bottom: 1rem;
}

.es-info {
  color: #9aa3b8;
  font-size: .9rem;
  margin-left: .25rem;
}

.es-hint {
  color: #8a93a8;
  font-size: .8rem;
  margin-bottom: .75rem;
}

.es-cat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .75rem;
}

.es-cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem;
  text-align: center;
  background: #fff;
  border: 1.5px solid #e4e8f0;
  border-radius: 14px;
  padding: 1rem .5rem .85rem;
  font-size: .78rem;
  font-weight: 600;
  color: #2a3145;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.es-cat-card:hover {
  border-color: #c9a24a;
}

.es-cat-card.is-selected {
  border-color: #c9a24a;
  background: #fff9eb;
  box-shadow: 0 0 0 1px rgba(201, 162, 74, .25);
}

.es-cat-check {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c9a24a;
  color: #fff;
  font-size: .65rem;
  display: none;
  align-items: center;
  justify-content: center;
}

.es-cat-card.is-selected .es-cat-check {
  display: inline-flex;
}

.es-cat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f3f5fa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #0d1f45;
}

.es-cat-card.is-selected .es-cat-icon {
  background: #fff0c8;
  color: #b8860b;
}

.es-cover-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: .85rem;
}

.es-cover-card {
  position: relative;
  text-align: left;
  background: #fff;
  border: 1.5px solid #e4e8f0;
  border-radius: 14px;
  padding: 1rem;
  transition: border-color .2s ease, background .2s ease;
}

.es-cover-card.is-selected {
  border-color: #c9a24a;
  background: #fff9eb;
}

.es-cover-check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c9a24a;
  color: #fff;
  font-size: .65rem;
  display: none;
  align-items: center;
  justify-content: center;
}

.es-cover-card.is-selected .es-cover-check {
  display: inline-flex;
}

.es-cover-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eef2ff;
  color: #3b5bdb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .55rem;
  font-size: 1.1rem;
}

.es-cover-card strong {
  display: block;
  font-size: .88rem;
  color: #0d1f45;
  margin-bottom: .2rem;
}

.es-cover-card small {
  color: #8a93a8;
  font-size: .74rem;
  line-height: 1.35;
}

.es-state-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .55rem;
  background: #fff;
  border: 1.5px solid #e4e8f0;
  border-radius: 12px;
  padding: .9rem 1rem;
  font-weight: 600;
  color: #4a5168;
  text-align: left;
}

.es-state-btn::after {
  margin-left: auto;
}

.es-state-option {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .45rem .55rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: .88rem;
}

.es-state-option:hover {
  background: #f4f6fb;
}

.es-stats-line {
  margin-top: .85rem;
  margin-bottom: 0;
  font-size: .78rem;
  color: #7a849c;
}

.es-stats-line strong {
  color: #0d1f45;
}

.es-dot {
  margin: 0 .35rem;
}

.es-refresh {
  border: none;
  background: transparent;
  color: #6a38ff;
  padding: 0 .2rem;
}

.es-plan-panel {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(15, 30, 70, .07);
  overflow: hidden;
  margin-top: .5rem;
}

.es-plan-tab {
  display: inline-block;
  background: #0d1f45;
  color: #fff;
  font-weight: 700;
  font-size: .9rem;

  padding: .55rem 1.25rem;
  border-radius: 0 0 14px 0;
}

.es-plan-body {
  padding: 1.35rem 1.4rem 1.25rem;
}

.es-summary li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  margin-bottom: .9rem;
}

.es-summary i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f3f5fa;
  color: #0d1f45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.es-summary span {
  display: block;
  font-size: .72rem;
  color: #0d1f45;font-size: .88rem;
}

.es-summary strong {
  font-size: .88rem;
  color: #0d1f45;
}

.es-price-card {
  border: 1.5px solid #eceff5;
  border-radius: 16px;
  padding: 1rem;
  background: #fafbfe;
}

.es-price-label {
  display: inline-flex;
  align-items: center;
  background: #0d1f45;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
  border-radius: 8px;
  padding: .4rem .75rem;
  margin-bottom: 1rem;
}

.es-price-name {
  font-size: 1rem;
  font-weight: 700;
  color: #0d1f45;
  margin-bottom: .25rem;
}

.es-price-value {
  font-size: 1.75rem;
  font-weight: 800;
  color: #c9a24a;
  margin-bottom: .85rem;
}

.es-price-value small {
  font-size: .85rem;
  font-weight: 600;
  color: #8a93a8;
}

.es-price-feats {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .9rem;
  font-size: .78rem;
  font-weight: 600;
  color: #3a4258;
}

.es-price-feats i {
  color: #c9a24a;
  margin-right: .2rem;
}

.es-plan-art {
  max-width: 150px;
  height: auto;
  margin-top: .5rem;
}

.es-continue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: 100%;
  margin-top: 1.25rem;
  background: #0d1f45;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  padding: .95rem 1.25rem;
  text-decoration: none;
}

.es-continue-btn:hover {
  background: #152a55;
  color: #fff;
}

.es-continue-btn i {
  color: #e6c36a;
  font-size: 1.15rem;
}

.es-trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid #eceff5;
  font-size: .78rem;
  color: #5a647a;
}

.es-trust-bar i {
  color: #c9a24a;
  margin-right: .25rem;
}

/* ========== Elite Activated ========== */
.ea-main {
  padding: 1.5rem 0 0;
}

.ea-success {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 1.85rem 1.75rem 1.75rem;
  margin-bottom: 1.5rem;
  color: #fff;
  background:
    radial-gradient(ellipse 70% 55% at 88% 18%, rgba(230, 195, 106, .22), transparent 55%),
    radial-gradient(ellipse 45% 50% at 8% 85%, rgba(56, 120, 255, .16), transparent 55%),
    linear-gradient(145deg, #050d1f 0%, #0a1a3a 45%, #16356a 100%);
}

.ea-success-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.ea-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .55;
  animation: eaOrbDrift 11s ease-in-out infinite;
}

.ea-orb-a {
  width: 220px;
  height: 220px;
  top: -70px;
  right: 8%;
  background: radial-gradient(circle, rgba(230, 195, 106, .42), transparent 68%);
}

.ea-orb-b {
  width: 180px;
  height: 180px;
  bottom: -40px;
  left: -30px;
  background: radial-gradient(circle, rgba(72, 130, 255, .32), transparent 70%);
  animation-delay: -4s;
}

.ea-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 15%, transparent 75%);
}

.ea-success-inner {
  position: relative;
  z-index: 1;
}

.ea-success-copy {
  animation: eaCopyIn .65s ease both;
}

.ea-live-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(34, 197, 94, .14);
  border: 1px solid rgba(34, 197, 94, .4);
  color: #86efac;
  border-radius: 999px;
  padding: .35rem .75rem;
  font-size: .74rem;
  font-weight: 700;
  margin-bottom: .9rem;
}

.ea-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, .55);
  animation: eaLivePulse 1.6s ease-out infinite;
}

.ea-success-title {
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: .55rem;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.ea-success-title span {
  background: linear-gradient(90deg, #f0d78a 0%, #e6c36a 50%, #f7e7b0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ea-success-sub {
  color: #b8c3dd;
  font-size: .98rem;
  font-weight: 500;
  max-width: 34rem;
  line-height: 1.55;
  margin-bottom: 1.1rem;
}

.ea-success-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.25rem;
}

.ea-success-pills span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  padding: .35rem .7rem;
  font-size: .74rem;
  font-weight: 600;
  color: #d7def0;
}

.ea-success-pills i {
  color: #e6c36a;
  font-size: .78rem;
  line-height: 1;
}

.ea-success-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem 1.1rem;
}

.ea-success-cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: linear-gradient(135deg, #e6c36a 0%, #c9a227 100%);
  color: #0a162e !important;
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: .6rem 1.2rem;
  font-size: .86rem;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(230, 195, 106, .28);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ea-success-cta:hover,
.ea-success-cta:focus,
.ea-success-cta:active {
  color: #0a162e !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(230, 195, 106, .38);
}

.ea-success-link {
  color: #e6c36a;
  font-weight: 700;
  font-size: .86rem;
  text-decoration: none;
}

.ea-success-link:hover {
  color: #f0d78a;
  text-decoration: underline;
}

.ea-banner-stage {
  position: relative;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 900px;
  animation: eaStageIn .8s .1s ease both;
}

.ea-banner-glow {
  position: absolute;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 195, 106, .28), rgba(56, 120, 255, .1) 45%, transparent 70%);
  filter: blur(6px);
  animation: eaGlowPulse 5s ease-in-out infinite;
  pointer-events: none;
}

.ea-banner-ring {
  position: absolute;
  width: min(88%, 280px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(230, 195, 106, .22);
  box-shadow: inset 0 0 30px rgba(230, 195, 106, .08);
  animation: eaRingSpin 20s linear infinite;
  pointer-events: none;
}

.ea-banner-visual {
  position: relative;
  z-index: 2;
  transform-style: preserve-3d;
  transition: transform .15s ease-out;
  will-change: transform;
}

.ea-success-art {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, .45));

  animation: eaFloat 4.5s ease-in-out infinite;
}

.ea-float-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 255, 255, .96);
  color: #0d1f45;
  border-radius: 12px;
  padding: .45rem .65rem;
  box-shadow: 0 12px 28px rgba(5, 12, 30, .28);
  min-width: 128px;
  pointer-events: none;
}

.ea-float-chip i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  line-height: 1;
  flex-shrink: 0;
}

.ea-float-chip strong {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.2;
}

.ea-float-chip span {
  display: block;
  font-size: .62rem;
  color: #6b7390;
}

.ea-float-chip-a {
  left: 0;
  top: 16%;
  animation: eaChipFloat 4s ease-in-out infinite;
}

.ea-float-chip-a i {
  background: #e7f8ef;
  color: #16a34a;
}

.ea-float-chip-b {
  right: 0;
  bottom: 14%;
  animation: eaChipFloat 4.6s .3s ease-in-out infinite;
}

.ea-float-chip-b i {
  background: #e8f0ff;
  color: #2f6fed;
}

@keyframes eaFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes eaOrbDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(14px, -10px) scale(1.06); }
}

@keyframes eaGlowPulse {
  0%, 100% { opacity: .7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

@keyframes eaRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes eaLivePulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .55); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@keyframes eaChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes eaCopyIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes eaStageIn {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.ea-card {
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 16px;
  padding: 1.15rem;
  box-shadow: 0 8px 24px rgba(15, 30, 70, .05);
  margin-bottom: 1rem;
}

.ea-categories-card {
  padding: 1.25rem 1.3rem;
}

.ea-categories-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.ea-categories-head {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
}

.ea-categories-head-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #0d1f45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ea-categories-head-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.ea-categories-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #15142b;
}

.ea-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .65rem;
}

.ea-category-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: #f3f4f8;
  border: 1px solid #e8eaef;
  border-radius: 12px;
  padding: .55rem .85rem;
  font-size: .84rem;
  font-weight: 600;
  color: #15142b;
  line-height: 1.2;
}

.ea-category-pill img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.ea-categories-art {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ea-categories-art img {
  width: 120px;
  height: auto;
  max-height: 130px;
  object-fit: contain;
  display: block;
}

.ea-quick-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
}

.ea-quick-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: #f6f7fb;
  border-radius: 12px;
  padding: .7rem .9rem;
  text-decoration: none;
  color: #0d1f45;
  font-weight: 600;
  font-size: .85rem;
  flex: 1 1 140px;
}

.ea-quick-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #ebe4ff;
  color: #6a38ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ea-quick-art {
  margin-left: auto;
  max-height: 80px;
  width: auto;
}

.ea-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0d1f45;
  margin-bottom: 1rem;
}

.ea-map-img {
  max-width: 180px;
  height: auto;
  margin-bottom: 0;
}

.ea-district-scroll {
  max-height: 11.5rem;
  overflow-y: auto;
  padding-right: .35rem;
  scrollbar-width: thin;
  scrollbar-color: #c9ceda transparent;
}

.ea-district-scroll::-webkit-scrollbar {
  width: 5px;
}

.ea-district-scroll::-webkit-scrollbar-thumb {
  background: #c9ceda;
  border-radius: 999px;
}

.ea-district-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.ea-district-list li {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: .88rem;
  font-weight: 600;
  color: #2a3145;
  margin-bottom: .5rem;
  line-height: 1.3;
}

.ea-district-list li:last-child {
  margin-bottom: 0;
}

.ea-district-list i {
  color: #f08a2e;
  font-size: .95rem;
  line-height: 1;
  flex-shrink: 0;
}

.ea-status-card {
  display: flex;
  gap: .85rem;
  align-items: center;
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 16px;
  padding: 1rem 1.05rem;
  box-shadow: 0 8px 24px rgba(15, 30, 70, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ea-status-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 30, 70, .1);
  border-color: #e0e5f0;
}

.ea-status-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #fff4d6;
  color: #c9a227;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.15rem;
  line-height: 1;
}

.ea-status-icon i,
.ea-status-icon .bi {
  display: block;
  line-height: 1;
  font-size: 1.15rem;
  margin: 0;
  transform: translateY(0);
}

.ea-status-icon.is-blue {
  background: #e8f0ff;
  color: #2f6fed;
}

.ea-status-icon.is-expiry {
  background: #fff0e8;
  color: #e07820;
}

.pdv-back {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #d7def0;
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: .85rem;
  transition: color .2s ease, transform .2s ease;
}

.pdv-back:hover {
  color: #e6c36a;
  transform: translateX(-2px);
}

.plan-details-view-page .ea-float-chip-a i {
  background: #fff4d6;
  color: #c9a227;
}

.plan-details-view-page .ea-float-chip-b i {
  background: #fff0e8;
  color: #e07820;
}

.pdv-auto-renew {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(230, 195, 106, .35);
  border-radius: 14px;
  padding: .7rem 1rem;
  backdrop-filter: blur(8px);
  min-width: min(100%, 320px);
}

.pdv-auto-renew-copy {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  min-width: 0;
}

.pdv-auto-renew-copy strong {
  font-size: .92rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.pdv-auto-renew-copy span {
  font-size: .74rem;
  color: #b8c3dd;
  line-height: 1.3;
}

.pdv-auto-renew-switch .form-check-input {
  width: 3rem;
  height: 1.55rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .25);
  border-color: rgba(255, 255, 255, .3);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.pdv-auto-renew-switch .form-check-input:checked {
  background-color: #e6c36a;
  border-color: #e6c36a;
}

.pdv-auto-renew-switch .form-check-input:focus {
  box-shadow: 0 0 0 .2rem rgba(230, 195, 106, .3);
}

.pdv-footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
}

.pdv-dashboard-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #fff;
  color: #0d1f45 !important;
  font-weight: 700;
  border-radius: 999px;
  padding: .65rem 1.2rem;
  white-space: nowrap;
  border: 1.5px solid #d8deea;
  box-shadow: 0 8px 20px rgba(15, 30, 70, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pdv-dashboard-btn:hover {
  color: #0d1f45 !important;
  border-color: #c9a24a;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 30, 70, .1);
}

@media (max-width: 575.98px) {
  .pdv-footer-actions {
    width: 100%;
  }

  .pdv-footer-actions .ea-explore-btn,
  .pdv-footer-actions .pdv-dashboard-btn {
    width: 100%;
    justify-content: center;
  }

  .pdv-auto-renew {
    width: 100%;
    justify-content: space-between;
  }
}

.ea-status-meta {
  min-width: 0;
}

.ea-status-label {
  display: block;
  font-size: .72rem;
  color: #8a93a8;
  font-weight: 500;
  margin-bottom: .15rem;
  line-height: 1.2;
}

.ea-status-card strong {
  display: block;
  font-size: .88rem;
  color: #0d1f45;
  font-weight: 700;
  line-height: 1.3;
}
.ea-content {
  position: relative;
  z-index: 2;
}

.ea-grid-simplified {
  margin-bottom: 1.75rem;
}

.ea-panel {
  border-radius: 20px;
  padding: 1.35rem 1.35rem 1.25rem;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}

.ea-panel:hover {
  transform: translateY(-4px);
}

.ea-panel-head {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1.15rem;
}

.ea-panel-badge {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgba(230, 195, 106, .28), rgba(230, 195, 106, .1));
  color: #e6c36a;
  font-size: 1.1rem;
  box-shadow: inset 0 0 0 1px rgba(230, 195, 106, .25);
}

.ea-panel-badge.is-gold {
  background: linear-gradient(145deg, #fff4d6, #ffe8a8);
  color: #b8860b;
  box-shadow: inset 0 0 0 1px rgba(201, 162, 74, .25);
}

.ea-panel-title {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.2;
}

.ea-panel-sub {
  font-size: .78rem;
  margin-top: .15rem;
  opacity: .75;
}

.ea-plan-summary {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(230, 195, 106, .18), transparent 55%),
    linear-gradient(160deg, #07132b 0%, #0d1f45 55%, #16356a 100%);
  color: #fff;
  box-shadow: 0 16px 40px rgba(7, 19, 43, .28);
  border: 1px solid rgba(230, 195, 106, .18);
}

.ea-plan-summary:hover {
  box-shadow: 0 22px 48px rgba(7, 19, 43, .34);
}

.ea-plan-summary .ea-panel-title {
  color: #fff;
}

.ea-plan-summary .ea-panel-sub {
  color: #b8c3dd;
}

.ea-summary-list {
  display: grid;
  gap: .65rem;
  margin-bottom: 1.15rem !important;
}

.ea-summary-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: .75rem .85rem;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.ea-summary-item:hover {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(230, 195, 106, .28);
  transform: translateX(3px);
}

.ea-sum-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(230, 195, 106, .14);
  color: #e6c36a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.ea-summary-item strong {
  display: block;
  font-size: .86rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.ea-summary-item small {
  display: block;
  font-size: .74rem;
  color: #a8b3cc;
  margin-top: .12rem;
}

.ea-summary-chip {
  margin-left: auto;
  border-radius: 999px;
  padding: .22rem .55rem;
  font-size: .68rem;
  font-weight: 700;
  flex-shrink: 0;
}

.ea-summary-chip.is-live {
  background: rgba(34, 197, 94, .16);
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, .35);
}

.ea-link-gold {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #e6c36a;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap .2s ease, color .2s ease;
}

.ea-link-gold:hover {
  color: #f0d78a;
  gap: .55rem;
}

.ea-what-card {
  background: #fff;
  border: 1px solid #eceff5;
  box-shadow: 0 14px 36px rgba(15, 30, 70, .08);
}

.ea-what-card:hover {
  box-shadow: 0 20px 44px rgba(15, 30, 70, .12);
}

.ea-panel-head.is-light .ea-panel-title {
  color: #0d1f45;
}

.ea-panel-head.is-light .ea-panel-sub {
  color: #8a93a8;
}

.ea-benefit-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .7rem;
}

.ea-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  background: #f7f8fc;
  border: 1px solid #eef0f6;
  border-radius: 14px;
  padding: .8rem .75rem;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.ea-benefit-item:hover {
  transform: translateY(-3px);
  background: #fffdf7;
  border-color: #f0e2b8;
  box-shadow: 0 10px 22px rgba(201, 162, 74, .12);
}

.ea-benefit-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(145deg, #fff4d6, #ffe9ad);
  color: #c9a227;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .95rem;
}

.ea-benefit-item strong {
  font-size: .8rem;
  font-weight: 700;
  color: #0d1f45;
  line-height: 1.35;
  padding-top: .25rem;
}

.ea-action-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.ea-credits-card {
  display: flex;
  align-items: center;
  gap: .9rem;
  background:
    radial-gradient(circle at 0% 50%, rgba(230, 195, 106, .16), transparent 45%),
    #fff;
  border: 1px solid #eceff5;
  border-radius: 18px;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 12px 32px rgba(15, 30, 70, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ea-credits-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 30, 70, .11);
}

.ea-credits-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, #0d1f45, #1a3668);
  color: #e6c36a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.ea-credits-copy {
  min-width: 0;
  flex: 1;
}

.ea-credits-copy span {
  display: block;
  font-size: .74rem;
  color: #8a93a8;
  font-weight: 500;
}

.ea-credits-copy strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0d1f45;
  margin-top: .1rem;
}

.ea-credits-btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: linear-gradient(135deg, #e6c36a 0%, #c9a227 100%);
  color: #0a162e !important;
  border: 0;
  border-radius: 999px;
  min-height: 40px;
  padding: .45rem .95rem;
  font-size: .8rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(230, 195, 106, .28);
  transition: transform .2s ease, filter .2s ease;
}

.ea-credits-btn:hover,
.ea-credits-btn:focus,
.ea-credits-btn:active {
  color: #0a162e !important;
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.ea-bottom-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
}

.ea-primary-btn,
.ea-outline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  border-radius: 14px;
  min-height: 52px;
  padding: .85rem 1.1rem;
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ea-primary-btn {
  background: linear-gradient(135deg, #0d1f45 0%, #1a3668 100%);
  color: #e6c36a;
  border: 1px solid rgba(230, 195, 106, .25);
  box-shadow: 0 12px 28px rgba(13, 31, 69, .22);
}

.ea-primary-btn:hover {
  background: linear-gradient(135deg, #152a55 0%, #21437a 100%);
  color: #f0d78a;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(13, 31, 69, .28);
}

.ea-outline-btn {
  background: #fff;
  border: 1.5px solid #d8deea;
  color: #0d1f45;
  box-shadow: 0 8px 20px rgba(15, 30, 70, .05);
}

.ea-outline-btn:hover {
  background: #f7f8fc;
  color: #0d1f45;
  border-color: #c9a24a;
  transform: translateY(-2px);
}

.ea-footer-banner {
  margin-top: .5rem;
  background:
    radial-gradient(ellipse 50% 80% at 0% 50%, rgba(230, 195, 106, .18), transparent 55%),
    linear-gradient(90deg, #fff8ea 0%, #fff3e0 100%);
  padding: 1.25rem 0;
  border-top: 1px solid rgba(230, 195, 106, .25);
}

.ea-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.ea-footer-copy {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.ea-footer-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #0d1f45;
  color: #e6c36a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.ea-footer-copy strong {
  display: block;
  font-size: .95rem;
  font-weight: 800;
  color: #0d1f45;
  margin-bottom: .1rem;
}

.ea-footer-copy p {
  font-size: .82rem;
  color: #6b5a3a;
  font-weight: 500;
}

.ea-explore-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: linear-gradient(135deg, #0d1f45, #1a3668);
  color: #e6c36a !important;
  font-weight: 700;
  border-radius: 999px;
  padding: .65rem 1.2rem;
  white-space: nowrap;
  border: 1px solid rgba(230, 195, 106, .3);
  box-shadow: 0 10px 24px rgba(13, 31, 69, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ea-explore-btn:hover {
  background: linear-gradient(135deg, #152a55, #21437a);
  color: #f0d78a !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(13, 31, 69, .24);
}

@media (max-width: 991.98px) {
  .ea-action-strip {
    grid-template-columns: 1fr;
  }

  .ea-benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .ea-credits-card {
    flex-wrap: wrap;
  }

  .ea-credits-btn {
    width: 100%;
    justify-content: center;
  }

  .ea-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ========== Elite Dashboard ========== */
.ed-main {
  padding: 0 0 3rem;
}

.ed-hero {
  position: relative;
  width: 100%;
  background:
    radial-gradient(ellipse 70% 55% at 88% 18%, rgba(230, 195, 106, .18), transparent 55%),
    radial-gradient(ellipse 45% 50% at 8% 85%, rgba(56, 120, 255, .14), transparent 55%),
    linear-gradient(145deg, #081a47 0%, #0d2b73 55%, #12357a 100%);
  border-radius: 0;
  padding: 1.6rem 0 1.85rem;
  margin: 0;
  overflow: hidden;
  color: #fff;
  box-shadow: none;
}

.ed-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(230, 195, 106, .12), transparent 35%);
  pointer-events: none;
}

.ed-hero .container {
  position: relative;
  z-index: 1;
}

.ed-content {
  margin-top: 1.25rem;
}

.ed-greet {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #e6c36a;
}

.ed-hero-title {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: .55rem;
  letter-spacing: -.02em;
}

.ed-hero-sub {
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  max-width: 32rem;
  margin-bottom: 1.15rem;
}

.ed-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.ed-btn-primary {
  background: #e6c36a;
  color: #0d1f45;
  font-weight: 700;
  border-radius: 10px;
  padding: .65rem 1.15rem;
  border: none;
}

.ed-btn-primary:hover {
  background: #f0d78a;
  color: #0d1f45;
}

.ed-btn-secondary {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  padding: .65rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, .2);
}

.ed-btn-secondary:hover {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.ed-hero-img {
  max-width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
}

.ed-stats {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: .85rem;
  margin-bottom: 1.5rem;
}

.ed-stat-card {
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  border: 1px solid #e8ecf5;
  box-shadow: 0 8px 24px rgba(15, 30, 70, .05);
}

.ed-stat-featured {
  background: linear-gradient(155deg, #081a47 0%, #12357a 100%);
  color: #fff;
  border-color: transparent;
}

.ed-stat-top {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  margin-bottom: .55rem;
  opacity: .9;
}

.ed-stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(230, 195, 106, .18);
  color: #e6c36a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: .45rem;
}

.ed-stat-icon.is-purple { background: #e8eefc; color: #2f6bff; }
.ed-stat-icon.is-green { background: #e6f8ef; color: #1aa35c; }
.ed-stat-icon.is-orange { background: #fff0e4; color: #f08a2e; }
.ed-stat-icon.is-gold { background: #fff6de; color: #c9a24a; }

.ed-stat-label {
  display: block;
  font-size: .72rem;
  color: #8a93a8;
  margin-bottom: .25rem;
}

.ed-stat-value {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: .2rem;
  color: inherit;
}

.ed-stat-card:not(.ed-stat-featured) .ed-stat-value {
  color: #0d1f45;
}

.ed-stat-meta {
  font-size: .72rem;
  opacity: .85;
  margin-bottom: .55rem;
  color: rgba(255, 255, 255, .75);
}

.ed-stat-link {
  color: #e6c36a;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.ed-stat-link:hover {
  color: #f0d78a;
}

.ed-stat-clickable {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}



.ed-stat-clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 30, 70, .1);
  border-color: #d7deed;
  color: inherit;
}

.ed-stat-clickable .ed-stat-arrow {
  position: absolute;
  right: .85rem;
  bottom: .85rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f3f5fa;
  color: #0d1f45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  transition: background .2s ease, color .2s ease;
}

.ed-stat-clickable:hover .ed-stat-arrow {
  background: #0d1f45;
  color: #e6c36a;
}

.ed-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .9rem;
}

.ed-section-head h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d1f45;
  margin: 0;
}

.ed-section-head a {
  font-size: .84rem;
  font-weight: 600;
  color: #0d1f45;
  text-decoration: none;
}

.ed-section-head a:hover {
  color: #c9a24a;
}

.ed-market {
  margin-bottom: 1.5rem;
}

.ed-market-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #fff;
  border-radius: 16px;
  padding: 1.15rem;
  border: 1px solid #e8ecf5;
  box-shadow: 0 8px 24px rgba(15, 30, 70, .05);
  height: 100%;
}

.ed-market-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0d1f45;
  margin-bottom: .25rem;
}

.ed-market-count {
  font-size: .82rem;
  color: #5a647a;
  margin-bottom: .25rem;
}

.ed-market-growth {
  font-size: .78rem;
  font-weight: 700;
  color: #1aa35c;
  margin-bottom: .75rem;
}

.ed-market-btn {
  background: #0d1f45;
  color: #e6c36a;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 10px;
  padding: .45rem .85rem;
}

.ed-market-btn:hover {
  background: #152a55;
  color: #f0d78a;
}

.ed-market-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

.ed-insight-card {
  background: linear-gradient(160deg, #fff8e6 0%, #fff3d1 100%);
  border: 1px solid #f0e2c0;
  border-radius: 16px;
  padding: 1.15rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.ed-insight-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffe8a3;
  color: #c9a24a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .55rem;
  font-size: 1.15rem;
}

.ed-insight-card p {
  font-weight: 700;
  color: #0d1f45;
  font-size: .88rem;
  margin-bottom: .55rem;
}

.ed-insight-card a {
  font-size: .78rem;
  font-weight: 600;
  color: #0d1f45;
  text-decoration: none;
}

.ed-insight-card a:hover {
  color: #c9a24a;
}

.ed-panel {
  background: #fff;
  border-radius: 16px;
  padding: 1.15rem;
  border: 1px solid #e8ecf5;
  box-shadow: 0 8px 24px rgba(15, 30, 70, .05);
  height: 100%;
}

.ed-panel-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0d1f45;
  margin-bottom: 1rem;
}

.ed-activity li,
.ed-attention li {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .7rem 0;
  border-bottom: 1px solid #f0f2f7;
}

.ed-activity li:last-child,
.ed-attention li:last-child {
  border-bottom: none;
}

.ed-act-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ed-act-icon.is-red { background: #ffe8e8; color: #e03b3b; }
.ed-act-icon.is-green { background: #e6f8ef; color: #1aa35c; }
.ed-act-icon.is-purple { background: #e8eefc; color: #2f6bff; }

.ed-activity strong,
.ed-attention strong {
  display: block;
  font-size: .86rem;
  color: #0d1f45;
}

.ed-activity small,
.ed-attention small {
  font-size: .72rem;
  color: #8a93a8;
}

.ed-act-val {
  margin-left: auto;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
}

.ed-act-val.is-red { color: #e03b3b; }
.ed-act-val.is-green { color: #1aa35c; }

.ed-act-badge {
  margin-left: auto;
  background: #e6f8ef;
  color: #1aa35c;
  font-size: .72rem;
  font-weight: 700;
  border-radius: 999px;
  padding: .25rem .6rem;
}

.ed-expire {
  font-size: .65rem;
  font-weight: 500;
  color: #e03b3b;
  white-space: nowrap;
  text-align: center;;
}

.ed-renew-btn {
  margin-left: auto;
  border: 1.5px solid #d8deea;
  color: #0d1f45;
  font-size: .74rem;
  font-weight: 700;
  border-radius: 8px;
  padding: .35rem .65rem;
  white-space: nowrap;
}

.ed-renew-btn:hover {
  background: #0d1f45;
  border-color: #0d1f45;
  color: #e6c36a;
}

/* ========== Elite Leads (Web) ========== */
.elite-leads-page {
  background: #f4f6fb;
}

.el2-main {
  padding-bottom: 2rem;
}

.el2-toolbar {
  background: #fff;
  border-bottom: 1px solid #eceff5;
  padding: .85rem 0;
}

.el2-toolbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.el2-toolbar-left {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.el2-back {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f3f5fa;
  color: #0d1f45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.el2-back:hover {
  background: #ebe4ff;
  color: #6a38ff;
}

.el2-page-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0d1f45;
  margin: 0;
}

.el2-toolbar-right {
  display: flex;
  align-items: center;
  gap: .65rem;
}

.el2-credits-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #0d1f45;
  color: #e6c36a;
  border-radius: 999px;
  padding: .45rem .9rem;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}

.el2-credits-pill:hover {
  background: #152a55;
  color: #e6c36a;
}

.el2-notify-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #fff3e4;
  color: #f08a2e;
  position: relative;
}

.el2-notify-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #e03b3b;
  color: #fff;
  font-size: .62rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .25rem;
}

.el2-hero {
  background: linear-gradient(160deg, #07132b 0%, #0d1f45 55%, #122a55 100%);
  color: #fff;
  padding: 1.25rem 0 0;
}

.el2-credit-note {
  display: flex;
  align-items: center;
  gap: .55rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(230, 195, 106, .35);
  border-radius: 12px;
  padding: .65rem .9rem;
  font-size: .82rem;
  color: #d7def0;
  margin-bottom: 1rem;
}

.el2-credit-note i {
  color: #e6c36a;
  font-size: 1rem;
}

.el2-credit-note strong {
  color: #e6c36a;
}

.el2-credit-note-inline {
  background: #fff9eb;
  border: 1px solid #f0e4c5;
  color: #5a647a;
  margin-bottom: .5rem;
  padding: .45rem .7rem;
  font-size: .74rem;
  border-radius: 10px;
}

.el2-credit-note-inline i,
.el2-credit-note-inline strong {
  color: #b8860b;
}

.elite-leads-page .el2-list-top {
  margin-bottom: .35rem;
}

.elite-leads-page .browse-breadcrumb {
  font-size: .72rem;
  margin-bottom: .25rem !important;
}

.elite-leads-page .el2-results-head {
  margin-bottom: .45rem;
}

.elite-leads-page .el2-results-head h2 {
  font-size: 1.1rem;
  margin-bottom: .1rem;
}

.elite-leads-page .el2-results-head p {
  font-size: .72rem;
}

.elite-leads-page .el2-tabs {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .55rem;
  gap: .35rem;
}

.elite-leads-page .el2-tabs button {
  padding: .35rem .7rem;
  font-size: .74rem;
  border-radius: 8px;
}

.elite-leads-page .el2-group-title {
  font-size: .88rem;
  margin: 0 0 .65rem;
}

.elite-leads-page .el2-group-title:not(:first-child) {
  margin-top: .85rem;
}

.elite-leads-page .el2-content {
  background: #f4f6fb;
  border-radius: 0;
  margin-top: 0;
  padding: 0 0 .75rem;
}

.elite-leads-page .browse-container {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

.el2-filter-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .75rem;
  margin-bottom: 1rem;
}

.el2-filter-field label {
  display: block;
  font-size: .72rem;
  color: #a8b3cc;
  margin-bottom: .3rem;
}

.el2-category-dropdown {
  width: 100%;
}

.el2-category-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
  font-size: .88rem;
  padding: .7rem .9rem;
  text-align: left;
}

.el2-category-btn:hover,
.el2-category-btn:focus,
.el2-category-btn.show {
  background: rgba(255, 255, 255, .12);
  border-color: #e6c36a;
  color: #fff;
}

.el2-category-btn::after {
  margin-left: auto;
  border-top-color: #fff;
}

.el2-category-menu {
  width: 100%;
  min-width: 100%;
  border-radius: 12px;
  padding: .4rem;
  margin-top: .35rem !important;
  max-height: 280px;
  overflow-y: auto;
}

.el2-category-menu .dropdown-item {
  border-radius: 8px;
  font-size: .86rem;
  font-weight: 600;
  color: #0d1f45;
  padding: .55rem .75rem;
}

.el2-category-menu .dropdown-item:hover,
.el2-category-menu .dropdown-item:focus {
  background: #f3f0ff;
  color: #6a38ff;
}

.el2-category-menu .dropdown-item.is-active {
  background: #ebe4ff;
  color: #6a38ff;
}


.el2-more-filters {
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-width: 160px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: .88rem;
  padding: .7rem .9rem;
}

.el2-more-filters:hover {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.el2-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding-bottom: 1.15rem;
}

.el2-tabs button {
  border: 1.5px solid #dfe4ef;
  background: #fff;
  color: #5a647a;
  border-radius: 10px;
  padding: .5rem .9rem;
  font-size: .82rem;
  font-weight: 600;
}

.el2-tabs button span {
  color: #8a93a8;
}

.el2-tabs button.is-active {
  background: #0d1f45;
  border-color: #0d1f45;
  color: #fff;
}

.el2-tabs button.is-active span {
  color: #e6c36a;
}

.el2-content {
  background: #fff;
  border-radius: 24px 24px 0 0;
  margin-top: -4px;
  padding: 1.5rem 0 2rem;
  min-height: 50vh;
}

.el2-group-title {
  font-size: 1rem;
  font-weight: 800;
  color: #0d1f45;
  margin: 0 0 1rem;
}

.el2-group-title:not(:first-child) {
  margin-top: 1.5rem;
}

.el2-lead-card {
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 30, 70, .05);
  margin-bottom: 1rem;
}

.el2-lead-top {
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.el2-thumb-wrap {
  position: relative;
  flex-shrink: 0;
}

.el2-thumb {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 14px;
  background: #f3f5fa;
  padding: .5rem;
}

.el2-ribbon {
  position: absolute;
  top: -2px;
  right: -2px;
  font-size: 1rem;
}

.el2-ribbon.is-locked {
  color: #c9a24a;
}

.el2-ribbon.is-unlocked {
  color: #1aa35c;
}

.el2-lead-info {
  flex: 1;
  min-width: 0;
}

.el2-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: .35rem;
}

.el2-title-row h3 {
  font-size: .95rem;
  font-weight: 700;
  color: #0d1f45;
  margin: 0;
  line-height: 1.35;
}

.el2-loc-pill {
  flex-shrink: 0;
  background: #f3f5fa;
  color: #5a647a;
  border-radius: 999px;
  padding: .2rem .55rem;
  font-size: .68rem;
  font-weight: 600;
}

.el2-loan-amt {
  font-size: .84rem;
  color: #5a647a;
  margin-bottom: .55rem;
}

.el2-loan-amt strong {
  color: #6a38ff;
  font-weight: 800;
}

.el2-metric-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.el2-metric-pills span {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  border-radius: 999px;
  padding: .28rem .6rem;
  font-size: .68rem;
  font-weight: 600;
}

.el2-metric-pills .is-green {
  background: #e6f8ef;
  color: #1aa35c;
}

.el2-metric-pills .is-orange {
  background: #fff0e4;
  color: #f08a2e;
}

.el2-metric-pills .is-blue {
  background: #e8f0ff;
  color: #2f6fed;
}

.el2-contact {
  display: flex;
  align-items: center;
  gap: .85rem;
  background: #f3f0ff;
  padding: .85rem 1rem;
  border-top: 1px solid #ebe4ff;
}

.el2-contact-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ebe4ff;
  color: #6a38ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.el2-contact-rows {
  flex: 1;
  min-width: 0;
}

.el2-contact-rows p {
  margin: 0 0 .2rem;
  font-size: .78rem;
  color: #5a647a;
  display: flex;
  gap: .35rem;
  flex-wrap: wrap;
}

.el2-contact-rows p span {
  color: #8a93a8;
  min-width: 52px;
}

.el2-contact-rows strong {
  color: #0d1f45;
  font-weight: 700;
}

.el2-masked {
  letter-spacing: .08em;
}

.el2-unlock-btn {
  background: #0d1f45;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 10px;
  padding: .5rem 1rem;
  white-space: nowrap;
  border: none;
}

.el2-unlock-btn:hover {
  background: #152a55;
  color: #fff;
}

.el2-view-btn {
  background: #6a38ff;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 10px;
  padding: .5rem .85rem;
  white-space: nowrap;
  text-decoration: none;
}

.el2-view-btn:hover {
  background: #5729e8;
  color: #fff;
}

.el2-hero-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.el2-eyebrow {
  display: inline-flex;
  align-items: center;
  color: #e6c36a;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .35rem;
}

.el2-hero-heading h2 {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 800;
  margin: 0 0 .3rem;
}

.el2-hero-heading p {
  color: #b8c3dd;
  font-size: .84rem;
  margin: 0;
}

.elite-leads-page .el2-content {
  background: #f4f6fb;
  border-radius: 0;
  margin-top: 0;
  padding: 0 0 .75rem;
}

.elite-leads-page .browse-sticky-panel {
  top: 96px;
}

.el2-side-panel {
  border-top: 4px solid #e6c36a;
}

.elite-leads-page .browse-clear-btn {
  color: #9b741d;
}

.elite-leads-page .browse-select:focus {
  border-color: #c9a24a;
  box-shadow: 0 0 0 .2rem rgba(230, 195, 106, .18);
}

.elite-leads-page .browse-apply-btn {
  background: #0d1f45;
  border-color: #0d1f45;
  color: #fff;
}

.elite-leads-page .browse-apply-btn:hover {
  background: #152a55;
  border-color: #152a55;
  color: #e6c36a;
}

.el2-results-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .45rem;
}

.el2-results-head h2 {
  color: #0d1f45;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 .1rem;
}

.el2-results-head p {
  color: #69748a;
  font-size: .72rem;
  margin: 0;
}

.el2-results-head p strong {
  color: #b8860b;
}

.el2-results-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
  flex-shrink: 0;
}

.el2-status-select {
  width: auto;
  min-width: 142px;
  min-height: 38px;
  border: 1px solid #d9dfeb;
  border-radius: 9px;
  background-color: #fff;
  color: #0d1f45;
  font-size: .76rem;
  font-weight: 700;
  padding: .4rem 2.1rem .4rem .75rem;
}

.el2-status-select:focus {
  border-color: #c9a24a;
  box-shadow: 0 0 0 .2rem rgba(230, 195, 106, .16);
}

#el2FiltersModal .modal-dialog {
  max-width: 390px;
}

#el2FiltersModal .el2-side-panel {
  position: static;
  top: auto;
  border: 0;
  box-shadow: none;
  padding: 0;
}

#el2FiltersModal .modal-body {
  padding-top: .75rem;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.elite-leads-page .el2-lead-card {
  border-color: #e1e6f0;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(13, 31, 69, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.elite-leads-page .el2-lead-card:hover {
  border-color: #d5bd7c;
  box-shadow: 0 12px 28px rgba(13, 31, 69, .1);
  transform: translateY(-2px);
}

.elite-leads-page .el2-lead-top {
  align-items: stretch;
  gap: .85rem;
  padding: .85rem;
}

.elite-leads-page .el2-thumb-wrap {
  position: relative;
  width: 112px;
  height: 112px;
  min-height: 112px;
  flex: 0 0 112px;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f5fa;
}

.elite-leads-page .el2-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  background: #f3f5fa;
  padding: .55rem;
  display: block;
}

.elite-leads-page .el2-title-row {
  align-items: flex-start;
  margin-bottom: .25rem;
}

.elite-leads-page .el2-title-row h3 {
  font-size: .96rem;
  font-weight: 800;
}

.elite-leads-page .el2-loc-pill {
  background: transparent;
  color: #7a8499;
  padding: .1rem 0;
}

.elite-leads-page .el2-loc-pill::before {
  content: "\F3E8";
  color: #c49a32;
  font-family: "bootstrap-icons";
  margin-right: .2rem;
}

.elite-leads-page .el2-loan-amt {
  color: #6a38ff;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: .55rem;
}

.elite-leads-page .el2-loan-amt strong {
  color: inherit;
}

.elite-leads-page .el2-metric-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .35rem;
  background: #f7f6fb;
  border-radius: 11px;
  padding: .65rem;
}

.elite-leads-page .el2-metric-pills span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .2rem;
  border-radius: 0;
  background: transparent;
  color: #0d1f45;
  font-size: .62rem;
  line-height: 1.35;
  padding: 0;
}

.elite-leads-page .el2-metric-pills small {
  color: #8b93a5;
  font-size: .58rem;
  font-weight: 500;
}

.elite-leads-page .el2-metric-pills strong {
  color: #0d1f45;
  font-size: .68rem;
  font-weight: 800;
}

.elite-leads-page .el2-contact {
  display: flex;
  align-items: center;
  gap: .55rem;
  background: #fff;
  border-top: 1px solid #eceff5;
  padding: .7rem .85rem;
}

.elite-leads-page .el2-contact.is-unlocked {
  background: #f7fcf9;
  border-top-color: #d7eee1;
}

.elite-leads-page .browse-avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: #6a38ff;
  color: #fff;
  font-size: .65rem;
}

.el2-borrower-summary {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex: 1;
  min-width: 0;
}

.el2-borrower-summary strong {
  color: #0d1f45;
  font-size: .76rem;
  white-space: nowrap;
}

.el2-borrower-summary span {
  color: #8992a6;
  font-size: .66rem;
  white-space: nowrap;
}

.el2-card-actions {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-left: auto;
}

.elite-leads-page .browse-btn-outline,
.elite-leads-page .el2-unlock-btn,
.elite-leads-page .el2-unlocked-btn {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  border-radius: 999px;
  padding: .42rem .75rem;
}

.elite-leads-page .el2-unlock-btn {
  background: linear-gradient(135deg, #0d1f45, #1c3d79);
  color: #e6c36a;
}

.el2-unlocked-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  background: #dff5e8 !important;
  border: 1px solid #a9dfbf !important;
  color: #16834a !important;
  border-radius: 10px;
  font-size: .76rem;
  font-weight: 800;
  padding: .5rem .8rem;
  white-space: nowrap;
  opacity: 1 !important;
}

.el2-credit-side-card {
  overflow: hidden;
  position: relative;
  background: linear-gradient(145deg, #07132b, #122b59);
  border: 1px solid rgba(230, 195, 106, .38);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(13, 31, 69, .16);
  color: #fff;
  padding: 1.2rem;
}

.el2-credit-side-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -45px;
  top: -45px;
  border-radius: 50%;
  background: rgba(230, 195, 106, .1);
}

.el2-credit-side-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(230, 195, 106, .16);
  color: #e6c36a;
  font-size: 1.15rem;
  margin-bottom: .75rem;
}

.el2-credit-side-card small,
.el2-credit-side-card strong {
  display: block;
}

.el2-credit-side-card small {
  color: #b8c3dd;
  font-size: .7rem;
}

.el2-credit-side-card strong {
  color: #e6c36a;
  font-size: 1.25rem;
  margin: .15rem 0 .55rem;
}

.el2-credit-side-card p {
  color: #cbd3e4;
  font-size: .73rem;
  line-height: 1.55;
  margin-bottom: .85rem;
}

.el2-credit-side-card .btn {
  width: 100%;
  background: #e6c36a;
  color: #0d1f45;
  border-radius: 10px;
  font-size: .76rem;
  font-weight: 800;
}

.el2-credit-side-card .btn:hover {
  background: #f0d583;
  color: #07132b;
}

.el2-help-card .browse-side-icon,
.el2-trust-badge i {
  color: #b8860b;
}

/* ========== Elite My Plans ========== */
.elite-myplane-page {

  background: #f4f6fb;
}

.emy-portal-nav {
  background: #fff;
  border-bottom: 1px solid #eceff5;
  padding: .55rem 0;
  position: relative;
  z-index: 20;
}

.emy-portal-nav-inner {
  display: flex;
  align-items: center;
  gap: .45rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.emy-portal-nav-inner::-webkit-scrollbar {
  display: none;
}

.emy-portal-arrow {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe4ee;
  border-radius: 50%;
  background: #fff;
  color: #0d1f45;
  box-shadow: 0 4px 12px rgba(13, 31, 69, .14);
  transform: translateY(-50%);
}

.emy-portal-arrow.is-prev {
  left: .45rem;
}

.emy-portal-arrow.is-next {
  right: .45rem;
}

.emy-portal-arrow:disabled {
  opacity: .35;
  cursor: default;
}

.emy-portal-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
  color: #5a647a;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.emy-portal-link:hover {
  background: #f3f5fa;
  color: #0d1f45;
}

.emy-portal-link.is-active {
  background: #0d1f45;
  color: #e6c36a;
}

.emy-top {
  background: linear-gradient(145deg, #081a47 0%, #0d2b73 55%, #12357a 100%);
  color: #fff;
  padding: 1.25rem 0 1.65rem;
  position: relative;
  overflow: hidden;
}

.emy-top-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.emy-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .55;
  animation: emyOrbDrift 10s ease-in-out infinite;
}

.emy-orb-a {
  width: 220px;
  height: 220px;
  top: -70px;
  right: 8%;
  background: radial-gradient(circle, rgba(230, 195, 106, .4), transparent 68%);
}

.emy-orb-b {
  width: 180px;
  height: 180px;
  bottom: -50px;
  left: -20px;
  background: radial-gradient(circle, rgba(72, 130, 255, .3), transparent 70%);
  animation-delay: -4s;
}

.emy-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 15%, transparent 75%);
}

@keyframes emyOrbDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, -10px) scale(1.06); }
}

.emy-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
  position: relative;
  z-index: 1;
}

.emy-toolbar-left {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
}

.emy-kicker {
  margin: 0 0 .2rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #e6c36a;
}

.emy-back {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: background .2s ease, transform .2s ease;
}

.emy-back:hover {
  background: rgba(255, 255, 255, .18);
  color: #fff;
  transform: translateX(-2px);
}

.emy-toolbar h1 {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  margin: 0;
  color: #fff;
}

.emy-toolbar p {
  margin: .15rem 0 0;
  color: #c8d7ff;
  font-size: .88rem;
}

.emy-toolbar-right {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-shrink: 0;
}

.emy-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: #e6c36a;
  color: #0d1f45;
  font-weight: 700;
  font-size: .82rem;
  border-radius: 10px;
  padding: .55rem .9rem;
  border: none;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.emy-banner-cta:hover {
  background: #f0d78a;
  color: #0d1f45;
  transform: translateY(-1px);
}

.emy-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  transition: background .2s ease;
}

.emy-icon-btn:hover {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.emy-banner-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  position: relative;
  z-index: 1;
}

.emy-metric-chip {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  padding: .85rem .9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.emy-metric-chip:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .14);
  border-color: rgba(230, 195, 106, .35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

.emy-metric-chip.is-highlight {
  background: rgba(230, 195, 106, .12);
  border-color: rgba(230, 195, 106, .35);
}

.emy-metric-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.emy-metric-icon.is-gold {
  background: rgba(230, 195, 106, .18);
  color: #e6c36a;
}

.emy-metric-icon.is-orange {
  background: rgba(249, 115, 22, .18);
  color: #fdba74;
}

.emy-metric-icon.is-red {
  background: rgba(239, 68, 68, .18);
  color: #fca5a5;
}

.emy-metric-icon.is-blue {
  background: rgba(96, 165, 250, .18);
  color: #93c5fd;
}

.emy-metric-icon.is-live {
  background: rgba(34, 197, 94, .18);
  color: #86efac;
}

.emy-metric-chip small {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, .58);
  margin-bottom: .15rem;
}

.emy-metric-chip strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.emy-metric-soft {
  color: rgba(255, 255, 255, .55);
  font-size: .78rem;
  font-weight: 600;
}

.emy-days-pill {
  display: inline-flex;
  margin-top: .35rem;
  background: rgba(230, 195, 106, .18);
  color: #e6c36a;
  border-radius: 999px;
  padding: .18rem .55rem;
  font-size: .68rem;
  font-weight: 700;
}

.emy-main {
  margin-top: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
}

.emy-content {
  background: transparent;
  border-radius: 0;
  padding: 1.25rem 0 2.5rem;
  box-shadow: none;
}

.emy-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-bottom: 1.5rem;
}

.emy-kpi {
  display: flex;
  align-items: center;
  gap: .65rem;
  background: #fff;
  border: 1.5px solid #eceff5;
  border-radius: 14px;
  padding: .85rem .95rem;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  box-shadow: 0 6px 20px rgba(15, 30, 70, .04);
}

.emy-kpi:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 30, 70, .1);
  color: inherit;
}

.emy-kpi.is-purple:hover { border-color: #6a38ff; }
.emy-kpi.is-orange:hover { border-color: #f08a2e; }
.emy-kpi.is-gold:hover { border-color: #e6c36a; }

.emy-kpi-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.emy-kpi.is-purple .emy-kpi-icon { background: #ebe4ff; color: #6a38ff; }
.emy-kpi.is-orange .emy-kpi-icon { background: #fff0e4; color: #f08a2e; }
.emy-kpi.is-gold .emy-kpi-icon { background: #fff0c8; color: #c9a24a; }

.emy-kpi strong {
  display: block;
  font-size: 1.05rem;
  color: #0d1f45;
}

.emy-kpi span {
  font-size: .72rem;
  color: #8a93a8;
}

.emy-kpi-arrow {
  margin-left: auto;
  color: #c5cad6;
  font-size: .9rem;
  transition: transform .2s ease, color .2s ease;
}

.emy-kpi:hover .emy-kpi-arrow {
  transform: translateX(3px);
  color: #6a38ff;
}

.emy-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.emy-section-head h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0d1f45;
}

.emy-section-head h2 span {
  color: #6a38ff;
}

.emy-section-sub {
  margin: .2rem 0 0;
  font-size: .82rem;
  color: #8a93a8;
}

.emy-section-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.emy-plan-tabs {
  display: inline-flex;
  background: #f3f5fa;
  border-radius: 10px;
  padding: .25rem;
}

.emy-plan-tabs button {
  border: none;
  background: transparent;
  color: #5a647a;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 8px;
  padding: .4rem .75rem;
  transition: background .2s ease, color .2s ease;
}

.emy-plan-tabs button.is-active {
  background: #0d1f45;
  color: #fff;
}

.emy-filter-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1.5px solid #e4e8f0;
  background: #fff;
  color: #0d1f45;
}

.emy-filter-btn:hover {
  border-color: #6a38ff;
  color: #6a38ff;
}

.emy-plans-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.emy-plan-card {
  position: relative;
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 18px;
  padding: 1.1rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 30, 70, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.emy-plan-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 30, 70, .1);
}

.emy-plan-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;

}

.emy-plan-card.is-gold .emy-plan-accent { background: #e6c36a; }
.emy-plan-card.is-blue .emy-plan-accent { background: #234dad; }
.emy-plan-card.is-orange .emy-plan-accent { background: #f08a2e; }

.emy-plan-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: 1rem;
}

.emy-plan-identity {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}

.emy-state-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff9eb;
  border: 2px solid #f0e4c5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.emy-state-icon.is-blue {
  background: #e8f0ff;
  border-color: #c5d8ff;
}

.emy-state-icon.is-orange {
  background: #fff4e8;
  border-color: #ffd7b0;
}

.emy-state-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.emy-plan-title-row {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  margin-bottom: .15rem;
}

.emy-plan-title-row h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0d1f45;
}

.emy-status-pill {
  font-size: .7rem;
  font-weight: 700;
  border-radius: 999px;
  padding: .28rem .7rem;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: .1rem;
  border: 1px solid transparent;
}

.emy-status-pill.is-active {
  background: #e6f8ef;
  color: #1aa35c;
  border-color: #b7ebcd;
}

.emy-status-pill.is-expiring {
  background: #fff0e4;
  color: #e67e22;
  border-color: #ffd0a8;
  box-shadow: 0 0 0 3px rgba(230, 126, 34, .1);
}

.emy-status-pill.is-expired {
  background: #ffe5e5;
  color: #d92d20;
  border-color: #ffb4b4;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, .08);
}

.emy-plan-sub {
  margin: 0 0 .35rem;
  font-size: .8rem;
  color: #67718a;
}

.emy-scope-pill {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  border-radius: 999px;
  padding: .18rem .55rem;
}

.emy-scope-pill.is-gold {
  background: #fff9eb;
  color: #b8860b;
  border: 1px solid #f0e4c5;
}

.emy-scope-pill.is-blue {
  background: #e8f0ff;
  color: #234dad;
  border: 1px solid #c5d8ff;
}

.emy-scope-pill.is-orange {
  background: #fff4e8;
  color: #c56a12;
  border: 1px solid #ffd7b0;
}

.emy-plan-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .45rem;
}

.emy-toggle-wrap {
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .35rem .55rem;
  border: 1px solid #e8ecf5;
  border-radius: 10px;
  background: #f8f9fc;
  transition: background .2s ease, border-color .2s ease;
}

.emy-toggle-wrap.is-off {
  background: #fff1f1;
  border-color: #ffc2c2;
}

.emy-toggle-label {
  font-size: .68rem;
  color: #8a93a8;
  font-weight: 600;
}

.emy-toggle-wrap.is-off .emy-toggle-label {
  color: #d92d20;
  font-weight: 700;
}

.emy-toggle-state {
  font-size: .66rem;
  font-weight: 700;
  min-width: 1.6rem;
}

.emy-toggle-wrap.is-on .emy-toggle-state {
  color: #1aa35c;
}

.emy-toggle-wrap.is-off .emy-toggle-state {
  color: #d92d20;
}

.emy-toggle {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
  margin: 0;
}

.emy-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.emy-toggle-slider {
  position: absolute;
  inset: 0;
  background: #ef4444;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s ease;
  box-shadow: inset 0 0 0 1px rgba(185, 28, 28, .2);
}

.emy-toggle-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform .2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.emy-toggle input:checked + .emy-toggle-slider {
  background: #1aa35c;
  box-shadow: none;
}

.emy-toggle input:checked + .emy-toggle-slider::before {
  transform: translateX(18px);
}

.emy-more-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #f3f5fa;
  border-radius: 8px;
  color: #5a647a;
}

.emy-more-btn:hover {
  background: #ebe4ff;
  color: #6a38ff;
}

.emy-plan-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  padding: .85rem 0;
  border-top: 1px solid #f0f2f7;
  border-bottom: 1px solid #f0f2f7;
  margin-bottom: .65rem;
}

.emy-meta-item small {
  display: flex;
  align-items: center;
  gap: .25rem;
  font-size: .68rem;
  color: #8a93a8;
  margin-bottom: .2rem;
}

.emy-meta-item strong {
  display: block;
  font-size: .84rem;
  color: #0d1f45;
}

.emy-meta-item em {
  display: block;
  font-style: normal;
  font-size: .7rem;
  font-weight: 700;
  margin-top: .1rem;
}

.emy-meta-item em.is-good { color: #1aa35c; }
.emy-meta-item em.is-warn { color: #f08a2e; }
.emy-meta-item em.is-danger {
  color: #d92d20;
  font-weight: 700;
}

.emy-plan-card[data-plan-status="expiring"] {
  border-color: #ffd7b0;
  box-shadow: 0 10px 28px rgba(240, 138, 46, .1);
}

.emy-plan-card[data-plan-status="expiring"] .emy-plan-accent {
  background: #f08a2e;
}

.emy-plan-card[data-plan-status="expired"] {
  border-color: #ffc9c9;
  box-shadow: 0 10px 28px rgba(217, 45, 32, .08);
}

.emy-plan-card[data-plan-status="expired"] .emy-plan-accent {
  background: #ef4444;
}

.emy-plan-card[data-plan-status="expired"] .emy-validity-fill {
  background: linear-gradient(90deg, #f87171, #dc2626);
}

.emy-validity-fill.is-blue {
  background: linear-gradient(90deg, #234dad, #6a38ff);
}

.emy-validity-fill.is-orange {
  background: linear-gradient(90deg, #f5a524, #e67e22);
}

.emy-validity-bar {
  height: 5px;
  background: #f0f2f7;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: .85rem;
}

.emy-validity-fill {
  height: 100%;
  background: linear-gradient(90deg, #e6c36a, #f08a2e);
  border-radius: 999px;
  transition: width .4s ease;
}

.emy-validity-fill.is-blue {
  background: linear-gradient(90deg, #234dad, #6a38ff);
}

.emy-plan-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  flex-wrap: wrap;
}

.emy-plan-actions .emy-btn-outline {
  flex: 1 1 auto;
  min-width: 140px;
}

.emy-plan-actions .emy-toggle-wrap {
  flex-shrink: 0;
}

.emy-btn-outline,
.emy-btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 10px;
  padding: .55rem .65rem;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.emy-btn-outline {
  background: #fff;
  border: 1.5px solid #d8deea;
  color: #0d1f45;
}

.emy-btn-outline:hover {

  background: #f6f7fb;
  color: #0d1f45;
  border-color: #0d1f45;
}

.emy-btn-gold {
  background: #fff9eb;
  border: 1.5px solid #e6c36a;
  color: #9e7308;
}

.emy-btn-gold:hover {
  background: #fff4da;
  color: #7a5a06;
}

.emy-empty-state {
  text-align: center;
  padding: 2rem 1rem;
  border: 1px dashed #d8deea;
  border-radius: 16px;
  margin-bottom: 1.5rem;
}

.emy-empty-state i {
  font-size: 2rem;
  color: #c5cad6;
  margin-bottom: .5rem;
}

.emy-empty-state h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0d1f45;
}

.emy-empty-state p {
  font-size: .84rem;
  color: #8a93a8;
  margin-bottom: .85rem;
}

.emy-opp-head {
  margin-top: .5rem;
  align-items: flex-start;
}

.emy-opp-slider {
  overflow: hidden;
  margin-bottom: 1.5rem;
  width: 100%;
}

.emy-opp-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: .35rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.emy-opp-track::-webkit-scrollbar {
  display: none;
}

.emy-opp-track .emy-opp-card {
  flex: 0 0 calc((100% - 3rem) / 4);
  min-width: 240px;
  scroll-snap-align: start;
}

.emy-view-all {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  font-size: .84rem;
  font-weight: 700;
  color: #0d1f45;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: .15rem;
}

.emy-view-all:hover {
  color: #c9a24a;
}

@media (max-width: 1199.98px) {
  .emy-opp-track .emy-opp-card {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

@media (max-width: 991.98px) {
  .emy-opp-track .emy-opp-card {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 575.98px) {
  .emy-opp-track .emy-opp-card {
    flex-basis: 85%;
  }
}

.emy-opp-card {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 200px;
  background: linear-gradient(145deg, #0d1f45 0%, #153a86 100%);
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.emy-opp-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(13, 31, 69, .25);
}

.emy-opp-art {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
  opacity: .25;
  object-fit: contain;
  pointer-events: none;
}

.emy-opp-art.is-muted {
  opacity: .15;
}

.emy-opp-body {
  position: relative;
  z-index: 1;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
}

.emy-opp-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: .15rem;
  color:#fff;
}

.emy-opp-count {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
}

.emy-opp-label {
  font-size: .8rem;
  color: #c5d4f0;
  margin-bottom: .65rem;
}

.emy-growth-badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  background: rgba(26, 163, 92, .2);
  color: #a8f5c0;
  border-radius: 999px;
  padding: .25rem .6rem;
  font-size: .7rem;
  font-weight: 700;
  width: fit-content;
  margin-bottom: .85rem;
}

.emy-opp-btn {
  margin-top: auto;
  width: fit-content;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 10px;
  padding: .45rem .85rem;
  text-decoration: none;
  transition: background .2s ease;
}

.emy-opp-btn:hover {
  background: rgba(255, 255, 255, .22);
  color: #fff;
}

.emy-expand-banner {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: .85rem;
  background: linear-gradient(90deg, #fff9eb 0%, #fff4da 100%);
  border: 1px solid #f0e4c5;
  border-radius: 14px;
  padding: .95rem 1.1rem;
}

.emy-expand-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #ffe8a3;
  color: #c9a24a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.emy-expand-copy strong {
  display: block;
  color: #3a2a12;
  font-size: .92rem;
  margin-bottom: .1rem;
}

.emy-expand-copy p {
  color: #7a6848;
  font-size: .8rem;
}


.emy-expand-btn {
  margin-left: auto;
  background: #0d1f45;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  border-radius: 10px;
  padding: .55rem 1rem;
  white-space: nowrap;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.emy-expand-btn:hover {
  background: #152a55;
  color: #fff;
}

/*new styles start*/
.newbrowse-bx .auth-left-text{font-size: .90rem;}
.newbrowse-bx .browse-loan-card{grid: inherit;}
.newbrowse-bx .browse-loan-top{justify-content:left;}
.newbrowse-bx .browse-loan-type{padding: .3rem .5rem;font-size: .55rem;}
.newbrowse-bx .browse-loan-thumb img { object-fit: contain; }
.newbrowse-bx .browse-loan-thumb{min-height: 90px;}
.newbrowse-bx .browse-loan-thumb {height: 120px; width: 120px;}
.newbrowse-bx .browse-loan-top{justify-content: start;}
.newbrowse-bx .txt-bx{width: 100%;}
.newbrowse-bx .invalid-outer { width: 100%; position: relative;}
.newbrowse-bx .invalid-bx2 {position: absolute; top: 0px; right: 0px;}

@media only screen and (max-width: 600px) {
.newbrowse-bx .browse-loan-top{display: inline-grid;}
.newbrowse-bx .browse-loan-thumb {height: 150px; width: 100%;}
.newbrowse-bx .browse-btn-outline, .browse-btn-primary{font-size: .70rem; padding: .6rem .85rem;}
.newbrowse-bx .browse-loan-user{}
.mem-hero-sub{font-size: 12px;}
.mem-hero-img2 { width: 150px;}
.auth-stats{display:none;}
.loan-view-title {   font-size: clamp(1.20rem, 2.4vw, 1.85rem);}
img.croimg {width: 25px;}
img.croimg2 { width: 11px;  margin-top: -1px;}
li.wideq {margin-left: 4px;}
.user-profile-mobile-menu{display: none;}
.newhide {  display: none;}
.profile-plan-cta { margin-top: 10px; }
.profile-plan-perks {align-items: start !important;  margin: 0; margin-bottom: 10px !important; }
.otp-boxes {  width: 100%;}
.loan-amount {font-size: 15px;}
.loan-title{font-size: 13px;}
.myloan-boost-btn{padding: .4rem .65rem;font-size: 11px;}
.myloan-details-btn{font-size: 11px;}
.myloan-card-footer {flex-direction: row !important;}
.myloan-footer-right{gap: .25rem;}
.fix-outer { display: flex; align-items: center;  gap: 13px;margin-top: 11px;}
.fix-top {padding: 0 12px 0 12px;border-radius: 10px; width: 130px;}
.fixgold { background: #1a2440;}
.fixgreen{ background: #eefbf3;}
.fixblue { background: #eef4ff;}
.mem-card-btn{font-size: 11px;min-height: 40px;}
.fixpurple{background: #f3e9ff;}
img.plan-detail-hero-img { width: 150px;}
.plan-detail-why-item span { font-size: .70rem;}
.plan-detail-why{display:flex;}
.plan-detail-features-grid { grid-template-columns: revert-rule !important; }
.plan-detail-why-item { text-align: center;  padding: .35rem 1.0rem;}
.psm-how-steps {flex-direction: row !important;   gap: .85rem;  }
.mem-card-name{margin-top: -15px;}
p.mem-card-price span { margin-top: -15px;}
.mem-card-price{margin-top: 20px;}
  p.mem-card-price span { margin-top: 5px; display: block; padding-bottom: 15px; }
.mem-card-price-pack s{display: block;  margin-top: 10px;}
span.liftxt {display: inline-block;padding-bottom: 10px; font-size: .78rem;font-weight: 600; color: #8a8da0; letter-spacing: 0;}
}

.colr{color:#fff !important;}
/*new styles end*/

.mem-plans-row article.mem-card.mem-card-elite {
    text-align: left;
}
.mem-plans-row article.mem-card.mem-card-elite p.mem-card-price.mem-card-price-gold.my-1 {
    margin-top: -1px !important;
    margin-bottom: 7px !important;
}
.profile-plan-brand i.bi.bi-gift-fill {
    font-size: 35px;
}

/* ========== Elite Market Insights ========== */
.elite-market-insights-page {
  background: #f4f6fb;
}
li.bpcolor {
    background: #1a024d;
}
li.bpcolor a{color:#fff !important;}
li.bpcolor a i{color:#fff !important;}
li.bpcolor:hover{background: #1a024d;}
li.bpcolor a:hover{background: #1a024d;}
.emi-main {
  padding-bottom: 2.2rem;
}

.emi-top {
  background: linear-gradient(145deg, #081a47 0%, #0d2b73 100%);
  color: #fff;
  padding: 1.1rem 0 1.35rem;
}

.emi-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
}

.emi-toolbar-left {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.emi-back {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}

.emi-back:hover {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}

.emi-toolbar h1 {
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0 0 .1rem;
}

.emi-toolbar p {
  margin: 0;
  color: #c8d7ff;
  font-size: .82rem;
}

.emi-help-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 1.1rem;
}

.emi-help-btn:hover {
  background: rgba(255, 255, 255, .2);
}

.emi-content {
  margin-top: -0.6rem;
}

.emi-filter-card,
.emi-cta-card {
  background: #fff;
  border: 1px solid #e8ecf5;
  border-radius: 16px;
  padding: 1.05rem;
  box-shadow: 0 10px 28px rgba(13, 31, 69, .07);
}

.emi-filter-card {
  margin-bottom: 1.15rem;
}

.emi-label {
  display: block;
  font-size: .76rem;
  font-weight: 700;
  color: #5f6b84;
  margin-bottom: .35rem;
}

.emi-select-wrap {
  position: relative;
}

.emi-select-wrap > i {
  position: absolute;
  left: .85rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6a38ff;
  z-index: 1;
}

.emi-select {
  padding-left: 2.35rem;

  border-radius: 12px;
  border-color: #dbe2f0;
  min-height: 48px;
  font-weight: 600;
  color: #0d1f45;
}

.emi-select:focus {
  border-color: #6a38ff;
  box-shadow: 0 0 0 .2rem rgba(106, 56, 255, .12);
}

.emi-ms {
  width: 100%;
}

.emi-ms-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .55rem;
  min-height: 48px;
  padding: .65rem 2.4rem .65rem .9rem;
  border: 1px solid #dbe2f0;
  border-radius: 12px;
  background: #fff;
  color: #0d1f45;
  font-weight: 600;
  text-align: left;
  position: relative;
}

.emi-ms-btn > i:first-child {
  color: #6a38ff;
  flex-shrink: 0;
}

.emi-ms-value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.emi-ms-btn::after {
  position: absolute;
  right: .95rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.emi-ms-btn:focus,
.emi-ms-btn.show {
  border-color: #6a38ff;
  box-shadow: 0 0 0 .2rem rgba(106, 56, 255, .12);
}

.emi-ms-menu {
  width: 100%;
  padding: .45rem;
  border-radius: 12px;
  margin-top: .35rem !important;
  max-height: 280px;
  overflow: auto;
}

.emi-ms-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .2rem .35rem .55rem;
  border-bottom: 1px solid #eef1f7;
  margin-bottom: .35rem;
}

.emi-ms-action {
  border: 0;
  background: transparent;
  color: #6a38ff;
  font-size: .74rem;
  font-weight: 700;
  padding: .2rem .25rem;
  border-radius: 6px;
}

.emi-ms-action:hover {
  background: #f3efff;
  color: #5529e8;
}

.emi-ms-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border: 0;
  background: transparent;
  border-radius: 8px;
  padding: .55rem .65rem;
  color: #0d1f45;
  font-size: .88rem;
  font-weight: 600;
  text-align: left;
}

.emi-ms-option:hover {
  background: #f4f6fb;
}

.emi-ms-option.is-selected {
  background: #e8f8ef;
  color: #0d1f45;
}

.emi-ms-tick {
  opacity: 0;
  font-size: 1rem;
  flex-shrink: 0;
  color: #16a34a;
}

.emi-ms-option.is-selected .emi-ms-tick {
  opacity: 1;
  color: #16a34a;
}

.emi-context {
  margin-top: .9rem;
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  background: #fff8eb;
  border: 1px solid #f0e2c0;
  border-radius: 12px;
  padding: .75rem .85rem;
  color: #5c4c2e;
  font-size: .8rem;
}

.emi-context i {
  color: #c9a24a;
  font-size: 1rem;
  margin-top: .1rem;
}

.emi-demand-card {
  background: linear-gradient(155deg, #081a47 0%, #12357a 100%);
  color: #fff;
  border-radius: 18px;
  padding: 1.2rem;
  height: 100%;
  box-shadow: 0 14px 34px rgba(8, 26, 71, .28);
}

.emi-demand-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .85rem;
  margin-bottom: 1.1rem;
}

.emi-demand-head-main {
  flex: 1;
  min-width: 0;
}

.emi-demand-kicker {
  margin: 0 0 .65rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}

.emi-selection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}

.emi-selection-chip {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
 
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.emi-selection-chip:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .22);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.emi-selection-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;

  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .95rem;
}

.emi-selection-icon.is-gold {
  background: rgba(230, 195, 106, .18);
  color: #e6c36a;

}

.emi-selection-icon.is-blue {
  background: rgba(96, 165, 250, .18);
  color: #93c5fd;
}

.emi-selection-icon.is-purple {
  background: rgba(167, 139, 250, .2);
  color: #c4b5fd;
}

.emi-selection-body {
  min-width: 0;
  flex: 1;
}

.emi-selection-label {
  display: block;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, .58);
  margin-bottom: .18rem;
}

.emi-selection-value {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .25rem .35rem;
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.emi-selection-more {
  color: rgba(255, 255, 255, .55);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .01em;
}

.emi-selection-more[hidden] {
  display: none;
}

.es-sum-value {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .25rem .4rem;
}

.es-sum-more {
  color: #9aa3b8;
  font-size: .7rem;
  font-weight: 500;
}

.emi-live-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: .28rem .65rem;
  font-size: .7rem;
  font-weight: 700;
  white-space: nowrap;
}

.emi-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1fd06d;
  box-shadow: 0 0 0 0 rgba(31, 208, 109, .6);
  animation: emiPulse 1.6s infinite;
}

@keyframes emiPulse {
  0% { box-shadow: 0 0 0 0 rgba(31, 208, 109, .55); }
  70% { box-shadow: 0 0 0 8px rgba(31, 208, 109, 0); }
  100% { box-shadow: 0 0 0 0 rgba(31, 208, 109, 0); }
}

.emi-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin-bottom: 1rem;
}

.emi-metric {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  padding: .8rem .7rem;
}

.emi-metric-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .45rem;
  font-size: .9rem;
}

.emi-metric-icon.is-purple { background: rgba(167, 139, 250, .22); color: #c4b5fd; }
.emi-metric-icon.is-green { background: rgba(34, 197, 94, .2); color: #86efac; }
.emi-metric-icon.is-orange { background: rgba(249, 115, 22, .2); color: #fdba74; }

.emi-metric small {
  display: block;
  color: #b7c6e8;
  font-size: .7rem;
  margin-bottom: .2rem;
}

.emi-metric strong {
  display: block;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.25;
}

.emi-growth-bar {
  display: flex;
  align-items: center;
  gap: .7rem;
  background: rgba(26, 163, 92, .16);
  border: 1px solid rgba(134, 239, 172, .25);
  border-radius: 12px;
  padding: .75rem .85rem;

}

.emi-growth-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1aa35c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.emi-growth-bar strong {
  display: block;
  color: #86efac;
  font-size: .9rem;
}

.emi-growth-bar p {
  color: #c8d7ff;
  font-size: .76rem;
}

.emi-cta-card {
  height: 100%;
  background: linear-gradient(180deg, #fffaf0 0%, #fff 55%);
  display: flex;
  flex-direction: column;
}

.emi-cta-top {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .95rem;
}

.emi-crown {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff0c8;
  color: #c9a24a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .55rem;
  font-size: 1.05rem;
}

.emi-cta-copy h2 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0d1f45;
  margin-bottom: .3rem;
}

.emi-cta-copy p {
  color: #6b758c;
  font-size: .8rem;
  margin: 0;
}

.emi-price {
  text-align: right;
  flex-shrink: 0;
}

.emi-price strong {
  display: block;
  color: #0d1f45;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.emi-price small {
  color: #8a93a8;
  font-size: .7rem;
  font-weight: 600;
}

.emi-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: 1rem;
}

.emi-feature-row span {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  background: #fff;
  border: 1px solid #efe6d0;
  border-radius: 999px;
  padding: .28rem .6rem;
  font-size: .68rem;
  font-weight: 700;
  color: #5f6b84;
}

.emi-feature-row i {
  color: #c9a24a;
}

.emi-activate-btn {
  margin-top: auto;
  width: 100%;
  background: #0d1f45;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: .85rem 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.emi-activate-btn:hover {
  background: #152a55;
  color: #fff;
  transform: translateY(-1px);
}

.emi-how {
  margin: 1.6rem 0 1.25rem;
}

.emi-how h2,
.emi-section-head h2 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0d1f45;
  margin-bottom: .85rem;
}

.emi-how-track {
  display: flex;
  align-items: stretch;
  gap: .55rem;
  background: #fff;
  border: 1px solid #e8ecf5;
  border-radius: 16px;
  padding: 1rem;
}

.emi-how-step {
  flex: 1;
  text-align: center;
  padding: .35rem;
}

.emi-how-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: .55rem;
  transition: transform .25s ease;
}

.emi-how-step:hover .emi-how-icon {
  transform: translateY(-3px) scale(1.05);
}

.emi-how-icon.is-blue { background: #e8f0ff; color: #2f6fed; }
.emi-how-icon.is-green { background: #e5f7ed; color: #1aa35c; }
.emi-how-icon.is-orange { background: #fff0e4; color: #f08a2e; }

.emi-how-step strong {
  display: block;
  color: #0d1f45;
  font-size: .88rem;
  margin-bottom: .2rem;
}

.emi-how-step p {
  margin: 0;
  color: #6b758c;
  font-size: .76rem;
}

.emi-how-arrow {
  display: inline-flex;
  align-items: center;
  color: #b7c0d4;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.emi-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .85rem;
}

.emi-section-head h2 {
  margin: 0;
}

.emi-view-all {
  border: none;
  background: none;
  color: #6a38ff;
  font-weight: 700;
  font-size: .84rem;
  padding: 0;
}

.emi-state-card {
  position: relative;
  min-height: 210px;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.emi-state-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(13, 31, 69, .25);
}

.emi-state-card.is-purple {
  background: linear-gradient(145deg, #3b1d8f 0%, #6a38ff 100%);
}

.emi-state-card.is-orange {
  background: linear-gradient(145deg, #8a3a12 0%, #d97706 100%);
}

.emi-state-art {
  position: absolute;
  right: .4rem;
  bottom: .3rem;
  opacity: .28;
  pointer-events: none;
}

.emi-state-body {
  position: relative;
  z-index: 1;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  min-height: 210px;
}

.emi-state-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: .15rem;
}

.emi-state-count {
  font-size: 1.9rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
}

.emi-state-label {
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  margin-bottom: .55rem;
}

.emi-state-growth {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  width: fit-content;
  background: rgba(26, 163, 92, .22);
  color: #a8f5c0;
  border-radius: 999px;
  padding: .25rem .6rem;
  font-size: .7rem;
  font-weight: 700;
  margin-bottom: .85rem;
}

.emi-state-btn {
  margin-top: auto;
  width: fit-content;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 10px;
  padding: .45rem .85rem;
}

.emi-state-btn:hover {
  background: rgba(255, 255, 255, .24);
  color: #fff;
}

.emi-disclaimer {
  margin-top: 1.15rem;
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  background: #eef1f7;
  border-radius: 12px;
  padding: .8rem .9rem;
  color: #5f6b84;
  font-size: .78rem;
}

.emi-disclaimer i {
  color: #6a38ff;
  margin-top: .1rem;
}

.emi-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
}

.emi-modal-state {
  text-align: left;
  border: 1px solid #e5eaf4;
  background: #f8faff;
  border-radius: 12px;
  padding: .85rem;
  transition: border-color .2s ease, background .2s ease;
}

.emi-modal-state:hover {
  border-color: #6a38ff;
  background: #f4f0ff;
}

.emi-modal-state strong {
  display: block;
  color: #0d1f45;
  font-size: .9rem;
  margin-bottom: .15rem;
}

.emi-modal-state span {
  color: #6b758c;
  font-size: .76rem;
}

.emi-demand-card.is-updating {
  animation: emiFlash .45s ease;
}

@keyframes emiFlash {
  0% { filter: brightness(1); }
  40% { filter: brightness(1.08); }
  100% { filter: brightness(1); }
}

/* ========== Chats List ========== */
.chats-page-body {
  background: #f6f5fb;
}

.chats-app-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.chats-app-page .site-header {
  flex-shrink: 0;
}

.chats-app-page .site-footer {
  flex-shrink: 0;
  margin-top: 0;
  padding-top: .85rem !important;
  padding-bottom: .85rem !important;
}

.chats-app-main {
  flex: 1;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.chats-app-shell {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(320px, 400px) minmax(0, 1fr);
  width: 100%;
  background: #fff;
  border: none;
  border-top: 1px solid #ece7f8;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.chats-sidebar {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ece7f8;
  background: #fbfaff;
  min-height: 0;
  min-width: 0;
}

.chats-sidebar .chats-toolbar,
.chats-sidebar .chats-tabs,
.chats-sidebar .chats-search {
  padding-left: 1.15rem;
  padding-right: 1.15rem;
  flex-shrink: 0;
}

.chats-sidebar .chats-toolbar {
  padding-top: 1.1rem;
  padding-bottom: .35rem;
  margin-bottom: .55rem;
}

.chats-sidebar .chats-tabs {
  margin-bottom: .75rem;
}

.chats-sidebar .chats-search {
  margin-bottom: .85rem;
}

.chats-list {
  flex: 1;
  overflow-y: auto;
  padding: 0 1rem 1rem;
  display: grid;
  gap: .65rem;
  align-content: start;
  min-height: 0;
}

.chats-conversation {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  background: #fff;
  height: 100%;
}

.chats-conversation .chat-detail-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.chats-conversation .chat-detail-topbar,
.chats-conversation .chat-secure-banner,
.chats-conversation .chat-composer-dock {
  flex-shrink: 0;
}

.chats-conversation .chat-thread {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
}

.chat-composer-dock {
  border-top: 1px solid #ece7f8;
  background: #fff;
  padding: .65rem 1rem .85rem;
}

.chats-conversation .chat-quick-row {
  padding: 0 0 .55rem;
}

.chats-conversation .chat-composer {
  padding: 0;
}

.chats-conversation .chat-secure-banner {
  margin: .65rem 1.15rem 0;
}
.chat-empty-state {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(180deg, #fbfaff 0%, #f3f0fa 100%);
}

.chat-empty-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #efeaff;
  color: #6a38ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: .85rem;
}

.chat-empty-state h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #2b1b6d;
  margin-bottom: .35rem;
}

.chat-empty-state p {
  max-width: 320px;
  color: #6b6588;
  font-size: .88rem;
  margin: 0;
}
.chats-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .75rem;
}

.chats-toolbar h1 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #2b1b6d;
}

.chats-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: .4rem;
  margin-bottom: .85rem;
  width: 100%;
}

.chats-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  border-radius: 999px;
  border: 1.5px solid #d9d0f5;
  background: #fff;
  color: #6a38ff;
  font-weight: 700;
  font-size: .78rem;
  padding: .42rem .45rem;
  line-height: 1.2;
}

.chats-tab.is-lending {
  border-color: #d4c4ff;
  color: #9457eb;
}

.chats-tab.is-active {
  background: linear-gradient(135deg, #6a38ff, #9457eb);
  border-color: transparent;
  color: #fff;
}

.chats-tab-count {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(106, 56, 255, .12);
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  font-weight: 800;
  padding: 0 .25rem;
  flex-shrink: 0;
}

.chats-tab.is-active .chats-tab-count {
  background: rgba(255, 255, 255, .22);
  color: #fff;
}

.chats-search {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: .9rem;
}

.chats-search > i {
  position: absolute;
  left: 2.15rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9a93b8;
  font-size: .95rem;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}

.chats-search .form-control {
  border-radius: 14px;
  border-color: #e4dff5;
  height: 46px;
  min-height: 46px;
  padding: .65rem .95rem .65rem 2.55rem;
  background: #fff;
  line-height: 1.25;
  box-shadow: none;
}

.chats-search .form-control:focus {
  border-color: #cbb8ff;
  box-shadow: 0 0 0 .2rem rgba(106, 56, 255, .12);
}

.chats-card {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: .7rem;
  align-items: center;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: #fff;
  border: 1px solid #ece7f8;
  border-radius: 14px;
  padding: .75rem .8rem;
  text-decoration: none;

  box-shadow: none;
  transition: border-color .2s ease, background .2s ease;
}

.chats-card:hover {
  transform: none;
  background: #faf8ff;
  box-shadow: none;
}

.chats-card.is-active {
  border-color: #cbb8ff;
  background: #f5f0ff;
  box-shadow: none;
}

.chats-card.is-search-hidden {
  display: none !important;
}

.chats-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.chats-card-icon.is-purple { background: #efeaff; color: #6a38ff; }
.chats-card-icon.is-pink { background: #f0ebff; color: #9457eb; }
.chats-card-icon.is-gold { background: #fff4d6; color: #c9a24a; }
.chats-card-icon.is-green { background: #e5f7ed; color: #1aa35c; }
.chats-card-icon.is-blue { background: #e8f0ff; color: #2f6fed; }

.chats-card-body {
  min-width: 0;
}

.chats-card-top {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .2rem;
  min-width: 0;
}

.chats-masked-name {
  display: block;
  color: #1f1845;
  font-size: .9rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.chats-tag {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  padding: .12rem .45rem;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.chats-tag.is-borrowing {
  background: #efeaff;
  color: #6a38ff;
}

.chats-tag.is-lending {
  background: #f0ebff;
  color: #9457eb;
}

.chats-last-msg {
  margin: 0;
  color: #7a7496;
  font-size: .78rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chats-card-meta {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .4rem;
  min-width: 58px;
  flex-shrink: 0;
}

.chats-card-meta time {
  color: #9a93b8;
  font-size: .7rem;
  font-weight: 600;
}

.chats-unread {
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .28rem;
}

.chats-unread.is-purple { background: #6a38ff; }
.chats-unread.is-pink { background: #9457eb; }

/* ========== Chat Safety Modal ========== */
.chat-safety-modal {
  max-height: 92vh;
}

.chat-safety-modal-header {
  padding: 1rem 1.25rem .75rem;
  flex-shrink: 0;
}

.chat-safety-modal-body {
  padding: .25rem 1.25rem 1rem;
}

.chat-safety-modal-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .65rem;
  padding: .85rem 1.25rem 1.15rem;
  background: #fff;
  border-top: 1px solid #efeaf8 !important;
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.chat-safety-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}

.chat-safety-head-left {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
}

.chat-safety-shield {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #efeaff;
  color: #6a38ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.chat-safety-head h2 {
  margin: 0 0 .2rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #2b1b6d;
}

.chat-safety-head p {
  margin: 0;
  color: #6b6588;
  font-size: .82rem;
}
.chat-safety-close:hover {
  background: #efeaff;
  color: #6a38ff;
}

.chat-safety-list li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  padding: .55rem 0;
  border-bottom: 1px solid #f0ecf8;
}

.chat-safety-list li:last-child {
  border-bottom: none;
}

.chat-safety-ico {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.chat-safety-ico.is-pink { background: #f0ebff; color: #9457eb; }
.chat-safety-ico.is-blue { background: #e8f0ff; color: #2f6fed; }
.chat-safety-ico.is-purple { background: #efeaff; color: #6a38ff; }
.chat-safety-ico.is-green { background: #e5f7ed; color: #1aa35c; }
.chat-safety-ico.is-orange { background: #fff0e4; color: #f08a2e; }
.chat-safety-ico.is-amber { background: #fff4d6; color: #d4a017; }
.chat-safety-ico.is-teal { background: #e6f7f4; color: #0d9488; }
.chat-safety-ico.is-violet { background: #f1ebff; color: #7c3aed; }

.chat-safety-list strong {
  display: block;
  color: #1f1845;
  font-size: .88rem;
  margin-bottom: .1rem;
}

.chat-safety-list span {
  color: #6b6588;
  font-size: .78rem;
}

.chat-safety-disclaimer {
  background: #f5f0ff;
  border: 1px solid #e0d6ff;
  border-radius: 14px;
  padding: .9rem 1rem;
  margin-bottom: .75rem;
}

.chat-safety-disclaimer h3 {
  font-size: .9rem;
  font-weight: 800;
  color: #6a38ff;
  margin-bottom: .45rem;
  display: flex;
  align-items: center;
  gap: .35rem;
}

.chat-safety-disclaimer ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #3d3658;
  font-size: .78rem;
}

.chat-safety-disclaimer li + li {
  margin-top: .3rem;
}

.chat-safety-priority {
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  background: #fff8eb;
  border-radius: 12px;
  padding: .7rem .85rem;
  color: #6a5630;
  font-size: .8rem;
  margin-bottom: 1rem;
}

.chat-safety-priority i {
  color: #c9a24a;
  margin-top: .1rem;
}

.chat-safety-actions {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: .55rem;
  margin-bottom: 0;
}

.chat-safety-cancel {
  border: 1.5px solid #6a38ff;
  color: #6a38ff;
  background: #fff;
  border-radius: 12px;
  font-weight: 700;
  padding: .7rem 1rem;
  text-decoration: none;
  text-align: center;
}

.chat-safety-cancel:hover {
  background: #f5f0ff;
  color: #6a38ff;
}

.chat-safety-agree {
  background: #6a38ff;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  padding: .7rem 1rem;
}

.chat-safety-agree:hover {
  background: #5729e8;
  color: #fff;
}

.chat-safety-foot {
  text-align: center;
  color: #8a84a6;
  font-size: .72rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: .3rem;
}


/* ========== Chat Detail ========== */
.chat-detail-panel {
  background: #fff;
  border: 1px solid #ece7f8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(60, 40, 120, .08);
}

.chat-detail-topbar {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .85rem 1rem;
  background: linear-gradient(135deg, #6a38ff, #9457eb);
  color: #fff;
}

.chat-back,
.chat-more-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}

.chat-back:hover,
.chat-more-btn:hover {
  background: rgba(255, 255, 255, .28);
  color: #fff;
}

.chat-peer-avatar,
.chat-bubble-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
  font-weight: 800;
  flex-shrink: 0;
}

.chat-peer-meta {
  flex: 1;
  min-width: 0;
}

.chat-peer-meta strong {
  display: block;
  font-size: .95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-peer-meta strong i {
  font-size: .8rem;
}

.chat-top-loan {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  max-width: 220px;
  margin-left: auto;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  text-decoration: none;
  font-size: .74rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
  min-width: 0;
}

.chat-top-loan:hover {
  background: rgba(255, 255, 255, .28);
  color: #fff;
}

.chat-top-loan i {
  flex-shrink: 0;
  font-size: .85rem;
}

.chat-top-loan span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-loan-copy {
  flex: 1;
  min-width: 0;
}

.chat-view-req {
  border: 1.5px solid #6a38ff;
  color: #6a38ff;
  background: #fff;
  border-radius: 10px;
  font-size: .75rem;
  font-weight: 700;
  padding: .4rem .7rem;
  white-space: nowrap;
  text-decoration: none;
}

.chat-view-req:hover {
  background: #f5f0ff;
  color: #5729e8;
}

.chat-secure-banner {
  margin: .7rem 1rem 0;
  display: flex;
  align-items: center;
  gap: .45rem;
  background: #efeaff;
  color: #4b2f9b;
  border-radius: 10px;
  padding: .55rem .75rem;
  font-size: .76rem;
}

.chat-secure-banner i {
  color: #6a38ff;
}

.chat-thread {
  padding: 1rem 1.15rem;
  background: #f8f7fc;
  min-height: 0;
  overflow-y: auto;
}

.chat-day-pill {
  width: fit-content;
  margin: 0 auto .85rem;
  background: #ebe7f5;
  color: #6b6588;
  border-radius: 999px;
  padding: .2rem .7rem;
  font-size: .7rem;
  font-weight: 700;
}

.chat-msg {
  display: flex;
  align-items: flex-end;
  gap: .45rem;
  margin-bottom: .75rem;
}

.chat-msg.is-out {
  justify-content: flex-end;
}

.chat-bubble-avatar {
  background: #efeaff;
  color: #6a38ff;
  width: 32px;
  height: 32px;
  font-size: .65rem;
}

.chat-bubble-avatar.is-me {
  background: #f0ebff;
  color: #9457eb;
}

.chat-bubble {
  max-width: min(74%, 420px);
  background: #fff;
  border-radius: 14px;
  padding: .65rem .8rem;
  box-shadow: 0 4px 14px rgba(60, 40, 120, .06);
}

.chat-msg.is-out .chat-bubble {
  background: #efeaff;
}

.chat-bubble p {
  margin: 0 0 .25rem;
  color: #1f1845;
  font-size: .86rem;
}

.chat-bubble time {
  display: block;
  text-align: right;
  color: #9a93b8;
  font-size: .68rem;
}

.chat-bubble time i {
  color: #6a38ff;
}

.chat-offer-card {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .25rem;
}

.chat-offer-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #6a38ff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chat-offer-card strong {
  display: block;
  color: #1f1845;
  font-size: .84rem;
}

.chat-offer-card p {
  margin: 0;
  color: #6a38ff;
  font-weight: 700;
  font-size: .82rem;
}

.chat-quick-row {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  padding: .75rem 1rem 0;
}

.chat-composer-dock .chat-quick-row {
  padding: 0 0 .55rem;
}

.chat-quick-btn {
  border: 1.5px solid #d4c4ff;
  background: #fff;
  color: #6a38ff;
  border-radius: 999px;
  padding: .3rem .7rem;
  font-size: .74rem;
  font-weight: 700;
}

.chat-quick-btn:hover {
  background: #efeaff;
}

.chat-composer {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: .55rem;
  align-items: center;
  padding: .85rem 1rem 1rem;
}

.chat-attach-btn,
.chat-send-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #6a38ff, #9457eb);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.chat-attach-btn:hover,
.chat-send-btn:hover {
  background: linear-gradient(135deg, #5729e8, #7f46d9);
  color: #fff;
}

.chat-composer .form-control {
  border-radius: 999px;
  border-color: #e4dff5;
  min-height: 44px;
}

/* ========== Elite Unlock Modals ========== */
.el2-unlock-dialog {
  max-width: 420px;
}

.el2-unlock-modal,
.el2-contact-modal {
  position: relative;
  overflow: hidden;
}

.el2-modal-close {
  position: absolute;
  top: .85rem;
  right: .85rem;
  z-index: 2;
}

.el2-unlock-hero,
.el2-contact-hero {
  width: 78px;
  height: 78px;
  margin: 0 auto .85rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el2-unlock-hero {
  background: linear-gradient(145deg, #fff4d6 0%, #ffe8a8 100%);
}

.el2-unlock-hero-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0d1f45;
  color: #e6c36a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
}

.el2-unlock-title,
.el2-contact-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0d1f45;
  margin-bottom: .35rem;
}

.el2-unlock-desc {
  color: #5f6b84;
  font-size: .9rem;
  margin-bottom: 1rem;
}

.el2-unlock-desc strong {
  color: #0d1f45;
  font-weight: 800;
}

.el2-credit-stack {
  display: grid;
  gap: .55rem;
  margin-bottom: .85rem;
}

.el2-credit-row {
  display: flex;
  align-items: center;
  gap: .75rem;
  border-radius: 14px;
  padding: .8rem .9rem;
  text-align: left;
}

.el2-credit-row.is-available {
  background: #0d1f45;
  color: #fff;
}

.el2-credit-row.is-required {
  background: #f1ebff;
}

.el2-credit-row.is-after {
  background: #f7f9fd;
  border: 1px solid #e5eaf4;
}

.el2-credit-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.05rem;
}

.el2-credit-row.is-available .el2-credit-ico {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.el2-credit-row.is-required .el2-credit-ico {
  background: #6a38ff;
  color: #fff;
}

.el2-credit-row.is-after .el2-credit-ico {
  background: #ebe4ff;
  color: #6a38ff;
}

.el2-credit-row small {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  margin-bottom: .1rem;
}

.el2-credit-row.is-available small {
  color: #c8d7ff;
}

.el2-credit-row.is-required small,
.el2-credit-row.is-after small {
  color: #6b758c;
}

.el2-credit-row p {
  margin: 0;
  line-height: 1.15;
}

.el2-credit-row strong {
  font-size: 1.35rem;
  font-weight: 800;
}

.el2-credit-row.is-available strong,
.el2-credit-row.is-available span {
  color: #f08a2e;
}

.el2-credit-row.is-required strong,
.el2-credit-row.is-required span,
.el2-credit-row.is-after strong,
.el2-credit-row.is-after span {
  color: #6a38ff;
}

.el2-credit-row span {
  font-size: .9rem;
  font-weight: 700;
}

.el2-credit-row em {
  display: block;
  font-style: normal;
  font-size: .72rem;
  font-weight: 700;
  color: #0d1f45;
  margin-top: .15rem;
}

.el2-unlock-note,
.el2-contact-warn {
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  text-align: left;
  border-radius: 12px;
  padding: .7rem .8rem;
  font-size: .76rem;
  margin-bottom: 1rem;
}

.el2-unlock-note {
  background: #fff8eb;
  color: #6a5630;
}

.el2-unlock-note i {
  color: #c9a24a;
  margin-top: .1rem;
}

.el2-unlock-actions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: .55rem;
  margin-bottom: .85rem;
}

.el2-cancel-btn {
  border: 1.5px solid #0d1f45;
  color: #0d1f45;
  background: #fff;
  border-radius: 12px;

  font-weight: 700;
  padding: .7rem .85rem;
}

.el2-cancel-btn:hover {
  background: #f4f6fb;
  color: #0d1f45;
  border-color: #0d1f45;
}

.el2-confirm-unlock-btn {
  background: #0d1f45;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  padding: .7rem .85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  text-decoration: none;
}

.el2-confirm-unlock-btn:hover {
  background: #152a55;
  color: #fff;
}

.el2-secure-note {
  color: #8a93a8;
  font-size: .72rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
}

.el2-contact-hero {
  background: #efeaff;
}

.el2-contact-hero-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #6a38ff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.el2-contact-sub {
  color: #6b758c;
  font-size: .84rem;
  margin-bottom: .95rem;
}

.el2-contact-profile {
  margin-bottom: .95rem;
}

.el2-contact-avatar-lg {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ebe4ff;
  color: #6a38ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: .55rem;
}

.el2-contact-profile strong {
  display: block;
  color: #0d1f45;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: .2rem;
}

.el2-contact-loc {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #5f6b84;
  font-size: .8rem;
  font-weight: 600;
}

.el2-contact-loc i {
  color: #6a38ff;
}

.el2-contact-info-box {
  background: #f4f6fb;
  border: 1px solid #e5eaf4;
  border-radius: 14px;
  padding: .15rem .95rem;
  text-align: left;
  margin-bottom: .75rem;
}

.el2-contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  padding: .7rem 0;
  color: #0d1f45;
  font-size: .84rem;
  font-weight: 600;
}

.el2-contact-info-row + .el2-contact-info-row {
  border-top: 1px solid #e5eaf4;

}

.el2-contact-info-row i {
  color: #0d1f45;
  margin-top: .1rem;
}

.el2-contact-info-row a {
  color: #0d1f45;
  text-decoration: none;
}

.el2-credits-used-box {
  display: flex;
  align-items: center;
  gap: .7rem;
  background: #f1ebff;
  border-radius: 14px;
  padding: .8rem .9rem;
  margin-bottom: .75rem;
  text-align: left;
}

.el2-credits-used-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #6a38ff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.el2-credits-used-box strong {
  display: block;
  color: #0d1f45;
  font-size: .88rem;
}

.el2-credits-used-box span {
  color: #c9a24a;
  font-size: .78rem;
  font-weight: 700;
}

.el2-contact-warn {
  background: #fffdf7;
  border: 1px solid #efe4c8;
  color: #5f6b84;
}

.el2-contact-warn i {
  color: #e6c36a;
  margin-top: .1rem;
}
/* ========================
   Profile Page
======================== */
.profile-page-body {
  background: var(--light);
}

.profile-hero {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 75, 145, .22), transparent 36%),
    radial-gradient(circle at 88% 10%, rgba(141, 92, 255, .28), transparent 34%),
    linear-gradient(145deg, #1a1038 0%, #3b1d7a 48%, #6a38ff 100%);
  color: #fff;
  padding: 1.1rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}

.profile-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -18deg,
      transparent 0,
      transparent 18px,
      rgba(255, 255, 255, .03) 18px,
      rgba(255, 255, 255, .03) 19px
    );
  pointer-events: none;
}

.profile-hero > .container {
  position: relative;
  z-index: 1;
}

.profile-hero-top {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  margin-bottom: 1.35rem;
}

.profile-back,
.profile-notify {

  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}

.profile-back:hover,
.profile-notify:hover {

  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.profile-hero-title {
  margin: 0;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
}

.profile-notify-dot {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4b91;
  border: 1.5px solid #3b1d7a;
}

.profile-hero-user {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.profile-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.profile-avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, .85);
  background: linear-gradient(145deg, #ff4b91, #6a38ff);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

.profile-avatar-edit {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #6a38ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

.profile-user-name {
  margin: 0 0 .45rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.profile-plan-badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  background: #fff;
  color: #16a34a;
  border-radius: 999px;
  padding: .28rem .7rem;
  font-size: .72rem;
  font-weight: 700;
  margin-bottom: .45rem;
}

.profile-plan-badge i {
  color: #22c55e;
  font-size: .7rem;
}

.profile-user-location {
  color: rgba(255, 255, 255, .78);
  font-size: .84rem;
}

.profile-user-location i {
  margin-right: .2rem;
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5rem;
  background: rgba(15, 10, 40, .35);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  padding: .9rem .55rem;
  backdrop-filter: blur(8px);
}


.profile-stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
}

.profile-stat-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  margin-bottom: .15rem;
}

.profile-stat-icon.tone-purple { background: rgba(141, 92, 255, .25); color: #c4b5fd; }

.profile-stat-icon.tone-green { background: rgba(34, 197, 94, .2); color: #4ade80; }
.profile-stat-icon.tone-pink { background: rgba(255, 75, 145, .22); color: #ff8fbf; }
.profile-stat-icon.tone-orange { background: rgba(245, 158, 11, .22); color: #fbbf24; }

.profile-stat strong {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.profile-stat span {
  font-size: .68rem;
  color: rgba(255, 255, 255, .72);
}

.profile-sheet {
  margin-top: -2.4rem;
  position: relative;
  z-index: 2;
  padding-bottom: 2.5rem;
}

.profile-sheet-inner {
  background: #fff;
  border-radius: 28px 28px 0 0;
  padding: 1.35rem 1rem 0;
  box-shadow: 0 -8px 28px rgba(40, 28, 90, .08);
}

.profile-plan-card {
/*  display: grid;*/
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  border: 1px solid #ebeaf2;
  border-radius: 16px;
  padding: 1rem 1.1rem;
  background: #fff;
  margin-bottom: 1.35rem;
  box-shadow: 0 8px 22px rgba(40, 28, 90, .05);
}

.profile-plan-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
    min-width: 88px;
    border-right: 1px #ebeaf2 solid;
    padding: 0 15px 0 0;
}
.profile-plan-gift {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #e7f8ef;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.profile-plan-brand strong {
  font-size: .72rem;
  color: #16a34a;
  letter-spacing: .04em;
}

.profile-plan-perks {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin-left: 20px;
}

.profile-plan-perks li {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .86rem;
  font-weight: 500;
  color: var(--dark);
}

.profile-plan-perks i {
  color: #22c55e;
}

.profile-plan-cta {
  text-align: right;
}

.profile-plan-cta p {
  font-size: .78rem;
  color: #8a8da0;
  max-width: 160px;
  margin-left: auto;
}

.profile-upgrade-btn {
  background: #22c55e;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
  padding: .55rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
}

.profile-upgrade-btn:hover {
  background: #16a34a;
  color: #fff;
}

.profile-menu-card {
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 16px;
  padding: 1rem 1rem .35rem;
  height: 100%;
  box-shadow: 0 8px 22px rgba(40, 28, 90, .04);
}

.profile-menu-title {
  font-size: .95rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 .65rem;
}

.profile-menu-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem .15rem;
  border-bottom: 1px solid #f1f0f6;
  text-decoration: none;
  color: var(--dark);
}

.profile-menu-list li:last-child .profile-menu-item {
  border-bottom: 0;
}

.profile-menu-item:hover {
  color: var(--primary);
}

.profile-menu-item > .bi-chevron-right {
  color: #b6b8c8;
  font-size: .85rem;
  margin-left: auto;
}

.profile-menu-label {
  font-size: .9rem;
  font-weight: 500;
}

.profile-menu-value {
  margin-left: auto;
  margin-right: .35rem;
  color: var(--primary);
  font-size: .82rem;
  font-weight: 600;
}

.profile-menu-item.is-danger .profile-menu-label {
  color: #e11d48;
}

.profile-menu-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.profile-menu-icon.tone-yellow { background: #fff6e0; color: #d4a017; }
.profile-menu-icon.tone-green { background: #e7f8ef; color: #16a34a; }
.profile-menu-icon.tone-purple { background: #efeaff; color: #6a38ff; }
.profile-menu-icon.tone-pink { background: #ffe8f0; color: #ff4b91; }
.profile-menu-icon.tone-blue { background: #eaf2ff; color: #3b82f6; }
.profile-menu-icon.tone-orange { background: #fff3e5; color: #f59e0b; }

.profile-biz-card {
  background: linear-gradient(135deg, #fffaf0 0%, #fff7e8 100%);
  border: 1px solid #f0e2c4;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 22px rgba(40, 28, 90, .04);
}

.profile-biz-top {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1.1rem 1rem;
}

.profile-biz-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #15142b;
  color: #f0b429;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.profile-biz-copy {
  flex: 1;
  min-width: 0;
}

.profile-biz-title {
  margin: 0 0 .2rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
}

.profile-biz-copy p {
  font-size: .78rem;
  color: #8a8da0;
  line-height: 1.4;
}

.profile-biz-btn {
  background: #15142b;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 600;
  padding: .5rem .85rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  flex-shrink: 0;
}

.profile-biz-btn:hover {
  background: #2a1460;
  color: #fff;
}

.profile-biz-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .35rem;
  border-top: 1px solid #f0e2c4;
  background: rgba(255, 255, 255, .45);
  padding: .7rem .85rem;
}

.profile-biz-features li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  font-size: .68rem;
  font-weight: 600;
  color: #5f6b84;
}

.profile-biz-features i {
  color: #c9a24a;
}

/* ========================
   Payment Success Modal
======================== */
.psm-dialog {
  max-width: 480px;
  margin: 1rem auto;
}

.psm-content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(21, 20, 43, .25);
}

.psm-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 48px;
  padding: .75rem 1rem;
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  line-height: 1;
  background: #2e1085;
}

.psm-theme-contact .psm-head {
  background: #ff4b91;
}

.psm-head-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.psm-head-icon i {
  font-size: .7rem;
  line-height: 1;
}

.psm-body {
  padding: 1.25rem 1.15rem 1.2rem;
  background: #fff;
}

.psm-hero {
  text-align: center;
  margin-bottom: 1.15rem;
}

.psm-hero-badge {
  width: 68px;
  height: 68px;
  margin: 0 auto .8rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  position: relative;
  background: #2e1085;
  box-shadow: 0 8px 20px rgba(46, 16, 133, .25);
}

.psm-hero-badge i {
  position: relative;
  z-index: 1;
  line-height: 1;
}

.psm-theme-contact .psm-hero-badge {
  background: #22c55e;
  box-shadow: 0 8px 20px rgba(34, 197, 94, .25);
}

.psm-confetti {
  position: absolute;
  inset: -14px;
  pointer-events: none;
  z-index: 0;
}

.psm-confetti span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 1px;
}

.psm-confetti span:nth-child(1) { top: 6px; left: 10px; background: #f59e0b; transform: rotate(18deg); }
.psm-confetti span:nth-child(2) { top: 2px; right: 12px; background: #3b82f6; border-radius: 50%; width: 5px; height: 5px; }
.psm-confetti span:nth-child(3) { bottom: 10px; left: 4px; background: #22c55e; }
.psm-confetti span:nth-child(4) { bottom: 4px; right: 8px; background: #ff4b91; transform: rotate(32deg); }
.psm-confetti span:nth-child(5) { top: 22px; right: 0; background: #8d5cff; width: 4px; height: 8px; }

.psm-thankyou {
  margin: 0 0 .4rem;
  font-size: 1.45rem;
  font-weight: 800;
  color: #2e1085;
  line-height: 1.2;
}

.psm-theme-contact .psm-thankyou {
  color: #ff4b91;
}

.psm-sub {
  margin: 0 auto;
  max-width: 360px;
  font-size: .84rem;
  color: #6b6e82;
  line-height: 1.5;
}

.psm-sub strong {
  color: #2e1085;
  font-weight: 700;
}

.psm-theme-contact .psm-sub strong {
  color: #ff4b91;
}

.psm-card {
  border: 1px solid #ebeaf2;
  border-radius: 14px;
  padding: 1rem;
  margin-bottom: .85rem;
  background: #fff;
}

.psm-card-title {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .9rem;
  font-weight: 700;
  color: #15142b;
  margin: 0 0 .85rem;

  line-height: 1.2;
}

.psm-card-title-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #efeaff;
  color: #6a38ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}


.psm-card-title-icon i {
  font-size: .8rem;
  line-height: 1;
}

.psm-theme-contact .psm-card-title-icon {
  background: #ffe8f0;
  color: #ff4b91;
}

.psm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

  min-height: 36px;
  padding: .45rem 0;
  border-bottom: 1px solid #f1f0f6;
  font-size: .82rem;
  line-height: 1.3;
}

.psm-row:first-child {
  padding-top: 0;
}

.psm-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.psm-row span {
  color: #8a8da0;
  flex-shrink: 0;
}

.psm-row strong {
  color: #2e1085;
  font-weight: 700;
  text-align: right;
}

.psm-theme-contact .psm-row strong.is-accent {
  color: #ff4b91;
}

.psm-benefits {
  background: #f5f1ff;
  border-color: transparent;
}

.psm-theme-contact .psm-benefits {
  background: #fff0f5;
}

.psm-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.psm-benefit {
  text-align: center;
  padding: .15rem .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.psm-benefit:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 0;
  width: 1px;
  background: rgba(106, 56, 255, .15);
}

.psm-theme-contact .psm-benefit:not(:last-child)::after {
  background: rgba(255, 75, 145, .18);
}

.psm-benefit-icon {

  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #6a38ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 .45rem;
  font-size: 1rem;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(46, 16, 133, .08);
  flex-shrink: 0;
}

.psm-benefit-icon i {
  line-height: 1;
}

.psm-theme-contact .psm-benefit-icon {
  color: #ff4b91;
}

.psm-benefit strong {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  color: #15142b;
  line-height: 1.3;
  margin: 0;
}

.psm-benefit span {
  display: none;
}

.psm-usage {
  background: #eefbf3;
  border-color: transparent;
  padding: 0;
  overflow: hidden;
}

.psm-usage-main {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .95rem 1rem .85rem;
}

.psm-usage-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(22, 163, 74, .12);
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.05rem;
  line-height: 1;
}

.psm-usage-icon i {
  line-height: 1;
}

.psm-usage-copy {
  flex: 1;
  min-width: 0;
}

.psm-usage-copy .psm-usage-label {
  display: block;
  font-size: .84rem;
  font-weight: 700;
  color: #15142b;
  margin-bottom: .2rem;
  line-height: 1.2;
}

.psm-usage-count {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #16a34a;
  line-height: 1.15;
}


.psm-usage-note {
  margin: .15rem 0 0;
  font-size: .74rem;
  color: #3f7a55;
  line-height: 1.3;
}

.psm-usage-reset {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(22, 163, 74, .12);
  border-radius: 8px;
  padding: .4rem .5rem;
  font-size: .62rem;
  font-weight: 700;
  color: #16a34a;
  line-height: 1.25;
  flex-shrink: 0;
  white-space: nowrap;
}

.psm-usage-foot {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin: 0;
  padding: .6rem 1rem;
  background: rgba(22, 163, 74, .12);
  color: #3f7a55;
  font-size: .72rem;
  line-height: 1.35;
  border-radius: 0;
}

.psm-usage-foot i {
  flex-shrink: 0;
  font-size: .85rem;
  line-height: 1;
}

.psm-theme-contact .psm-usage {
  background: #fff0f5;
}

.psm-theme-contact .psm-usage-icon {
  background: rgba(255, 75, 145, .12);
  color: #ff4b91;
}

.psm-theme-contact .psm-usage-count,
.psm-theme-contact .psm-usage-reset {
  color: #ff4b91;
}

.psm-theme-contact .psm-usage-reset {
  background: rgba(255, 75, 145, .12);
}

.psm-theme-contact .psm-usage-note {
  color: #9d174d;
}

.psm-theme-contact .psm-usage-foot {
  background: #ffe0ec;
  color: #9d174d;
}

.psm-credits-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: .5rem;
  align-items: center;
  padding: 1rem 1rem .85rem;
}

.psm-credit-side {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.psm-credit-side .psm-benefit-icon {
  margin-bottom: .35rem;
  background: rgba(255, 75, 145, .12);
  color: #ff4b91;
  box-shadow: none;
}

.psm-credit-side span {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  color: #8a8da0;
  line-height: 1.25;
}

.psm-credit-mid {
  text-align: center;
}

.psm-credit-mid strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ff4b91;
  line-height: 1.1;
}

.psm-credit-mid strong small {
  font-size: .85rem;
  font-weight: 700;
  color: #9d174d;
}

.psm-credit-mid > span {
  display: block;
  font-size: .72rem;
  /* color: #8a8da0; */
  margin: .2rem 0 .4rem;
}

.psm-valid-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff4b91;
  color: #fff;
  border-radius: 999px;
  padding: .25rem .6rem;
  font-size: .62rem;
  font-weight: 700;
  line-height: 1;
}

.psm-how-title {
  margin: 0 0 .9rem;
  font-size: .9rem;
  font-weight: 700;
  color: #15142b;
  line-height: 1.2;
}

.psm-how-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .25rem;
}

.psm-how-step {
  flex: 1;
  text-align: center;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.psm-how-icon-wrap {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 auto .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.psm-how-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #efeaff;
  color: #6a38ff;
  font-size: 1.1rem;
  line-height: 1;
}

.psm-how-icon i {
  line-height: 1;
}

.psm-theme-contact .psm-how-icon {
  background: #ffe8f0;
  color: #ff4b91;
}

.psm-how-icon.is-lock {
  background: #ffe8f0;
  color: #ff4b91;
}

.psm-how-num {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2e1085;
  color: #fff;
  font-size: .62rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 1;
}

.psm-theme-contact .psm-how-num {
  background: #ff4b91;
}

.psm-how-step strong {
  display: block;

  font-size: .72rem;
  font-weight: 700;
  color: #15142b;
  line-height: 1.3;
  margin: 0 0 .2rem;
}

.psm-how-step span {
  display: block;
  font-size: .62rem;
  color: #8a8da0;
  line-height: 1.3;
  max-width: 110px;
}

.psm-how-arrow {
  flex: 0 0 auto;
  width: 16px;
  color: #c9cad6;
  font-size: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  line-height: 1;
  align-self: flex-start;
}

.psm-done-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #2e1085;
  color: #fff !important;
  font-weight: 700;

  font-size: .95rem;
  line-height: 1;
  margin-top: .1rem;
  text-decoration: none;
  box-shadow: none;
}

.psm-done-btn:hover,
.psm-done-btn:focus {
  background: #24106a;
  color: #fff !important;
}

.psm-theme-contact .psm-done-btn {
  background: #ff4b91;
}

.psm-theme-contact .psm-done-btn:hover,
.psm-theme-contact .psm-done-btn:focus {
  background: #e03d7d;
  color: #fff !important;
}

.psm-secure {
  margin: .7rem 0 0;
  text-align: center;
  font-size: .72rem;
  color: #8a8da0;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .psm-dialog {
    max-width: calc(100% - 1.5rem);
  }

  .psm-body {
    padding: 1.05rem .9rem 1.05rem;
  }

  .psm-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem .25rem;
  }

  .psm-benefit:not(:last-child)::after {
    display: none;
  }

  .psm-how-steps {
    flex-direction: column;
    gap: .85rem;
  }

  .psm-how-arrow {
    display: none;
  }

  .psm-how-step span {
    max-width: none;
  }

  .psm-usage-main {
    flex-wrap: wrap;
  }

  .psm-usage-reset {
    margin-left: auto;
  }

  .psm-credits-grid {
    grid-template-columns: 1fr;
    gap: .75rem;
  }
}

/* ========================
   Contact Us Page
======================== */
.contact-page-body {
  background:
    radial-gradient(ellipse at 0% 0%, rgba(255, 75, 145, .06), transparent 42%),
    radial-gradient(ellipse at 100% 8%, rgba(106, 56, 255, .07), transparent 40%),
    linear-gradient(180deg, #faf9ff 0%, #f4f2f8 48%, #fff 100%);
  min-height: 100vh;
}

.contact-hero {
  padding: 2.4rem 0 1.5rem;
  overflow: hidden;
}

.contact-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #ff4b91;
  background: rgba(255, 75, 145, .1);
  border-radius: 999px;
  padding: .35rem .75rem;
}

.contact-hero-title {
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 800;

  color: var(--dark);
  line-height: 1.15;
  margin-bottom: .85rem;
}

.contact-hero-title span {
  background: linear-gradient(90deg, #ff4b91, #9457eb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.contact-hero-lead {
  font-size: 1.02rem;
  color: #6b6e82;
  max-width: 34rem;
  line-height: 1.55;
  margin-bottom: 1rem;
}

.contact-hero-rule {
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4b91, #9457eb);
  margin-bottom: 1rem;
}

.contact-hero-sla {
  font-size: .95rem;
  color: #5c5870;
  max-width: 32rem;
  line-height: 1.55;
}

.contact-hero-sla strong {
  color: #ff4b91;
  font-weight: 700;
}

.contact-hero-art {
  position: relative;
  min-height: 280px;
  max-width: 420px;
  margin-left: auto;
  display: grid;
  place-items: center;
}

.contact-art-blob {
  position: absolute;
  inset: 12% 8% 8% 12%;
  border-radius: 42% 58% 48% 52% / 48% 42% 58% 52%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 75, 145, .28), transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(106, 56, 255, .32), transparent 50%),
    linear-gradient(145deg, #efe7ff, #ffe4f0);
  animation: contactBlob 8s ease-in-out infinite;
}

.contact-art-headset,
.contact-art-mail,
.contact-art-chat {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  color: #fff;
  box-shadow: 0 16px 36px rgba(80, 30, 140, .22);
  z-index: 2;
}

.contact-art-headset {
  width: 110px;
  height: 110px;
  font-size: 3rem;
  background: linear-gradient(145deg, #9457eb, #6a38ff);
  top: 18%;
  left: 18%;
  animation: contactFloat 4.5s ease-in-out infinite;
}

.contact-art-mail {
  width: 92px;
  height: 92px;
  font-size: 2.4rem;
  background: linear-gradient(145deg, #ff4b91, #ff7ab0);
  right: 14%;
  bottom: 22%;
  animation: contactFloat 5.2s ease-in-out infinite .4s;
}


.contact-art-chat {
  width: 68px;
  height: 68px;
  font-size: 1.7rem;
  background: linear-gradient(145deg, #ff6fa8, #c56bff);
  top: 12%;
  right: 20%;
  border-radius: 50%;
  animation: contactFloat 3.8s ease-in-out infinite .8s;
}

.contact-art-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff4b91;
  opacity: .55;
  z-index: 1;
}

.contact-art-dot.d1 { top: 42%; right: 8%; background: #9457eb; }
.contact-art-dot.d2 { bottom: 18%; left: 22%; width: 8px; height: 8px; }
.contact-art-dot.d3 { top: 58%; left: 10%; width: 12px; height: 12px; background: #c56bff; }

@keyframes contactFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes contactBlob {
  0%, 100% { border-radius: 42% 58% 48% 52% / 48% 42% 58% 52%; transform: rotate(0deg); }
  50% { border-radius: 52% 48% 58% 42% / 42% 58% 42% 58%; transform: rotate(4deg); }
}

.contact-info-section {
  padding: .5rem 0 1.5rem;
}

.contact-info-card {
  height: 100%;
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 18px;
  padding: 1.35rem 1.25rem 1.3rem;
  box-shadow: 0 10px 28px rgba(40, 28, 90, .05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  border-color: #ddd4ff;
  box-shadow: 0 16px 36px rgba(106, 56, 255, .1);
}

.contact-info-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0 rem;
}

.contact-info-icon.tone-pink {
  background: #ffe8f2;
  color: #ff4b91;
}

.contact-info-icon.tone-purple {
  background: #efeaff;
  color: var(--primary);
}

.contact-info-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: .4rem;
}

.contact-info-text {
  font-size: .88rem;
  color: #6b6e82;
  line-height: 1.5;
  margin-bottom: .85rem;
}

.contact-info-text strong {
  color: var(--dark);
  font-weight: 600;
}

.contact-info-link {
  color: #ff4b91;
  font-weight: 600;
  font-size: .92rem;
  text-decoration: none;
}

.contact-info-link:hover {
  color: #e0397d;
  text-decoration: underline;
}

.contact-info-meta {
  font-size: .84rem;
  color: #6b6e82;
  margin-bottom: .65rem !important;
}

.contact-info-meta strong {
  color: var(--primary);
  font-weight: 700;
}

.contact-info-cta {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .55rem;
  font-size: .84rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}

.contact-info-cta:hover {
  color: var(--primary-hover);
}

.contact-info-note {
  font-size: .8rem;
  color: #8a8da0;
}

.contact-form-section {
  padding: .75rem 0 1.5rem;
}

.contact-form-shell {
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(40, 28, 90, .08);
}

.contact-form-pane {
  padding: 1.6rem 1.5rem 1.7rem;
}

.contact-form-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: .3rem;
}

.contact-form-sub {
  font-size: .9rem;
  color: #8a8da0;
  margin-bottom: 1.25rem;
}

.contact-label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: #3d3a55;
  margin-bottom: .4rem;
}

.contact-label span {
  color: #e11d48;
}

.contact-input {
  min-height: 48px;
  border-radius: 12px;
  border: 1.5px solid #e4e1ef;
  font-size: .9rem;
  padding: .65rem .9rem;
  background: #fcfbff;
}

.contact-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 .2rem rgba(106, 56, 255, .12);
  background: #fff;
}

.contact-textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-submit-btn {
  min-height: 50px;
  padding: .7rem 1.45rem;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #6a38ff, #9457eb);
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  box-shadow: 0 10px 24px rgba(106, 56, 255, .28);
}

.contact-submit-btn:hover {
  background: linear-gradient(135deg, #5729e8, #7f46d9);
  color: #fff;
}

.contact-notice {
  height: 100%;
  background:
    linear-gradient(165deg, #fff5f9 0%, #ffeef5 55%, #f8f0ff 100%);
  border-left: 1px solid #f3d5e4;
  padding: 1.6rem 1.4rem 1.5rem;
}

.contact-notice-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ff4b91;
  margin-bottom: .45rem;
}

.contact-notice-lead {
  font-size: .88rem;
  color: #5c5870;
  font-weight: 500;
  margin-bottom: 1rem;
}

.contact-notice-list {
  display: grid;
  gap: .7rem;
  margin-bottom: 1.15rem !important;
}

.contact-notice-list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .82rem;
  color: #4d4a62;
  line-height: 1.45;
}

.contact-notice-list i {
  color: #ff4b91;
  font-size: .95rem;
  margin-top: .1rem;
  flex-shrink: 0;
}

.contact-trust {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 75, 145, .18);
  border-radius: 14px;
  padding: .9rem 1rem;
  margin-top: 1.15rem;
}

.contact-trust-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffe8f2;
  color: #ff4b91;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-trust p {
  font-size: .8rem;
  color: #5c5870;
  line-height: 1.45;
}

.contact-privacy-section {
  padding: 0 0 2.25rem;
}

.contact-privacy-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 16px;
  padding: 1.1rem 1.25rem;
  box-shadow: 0 8px 22px rgba(40, 28, 90, .04);
}

.contact-privacy-copy {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  min-width: 0;
  flex: 1 1 280px;
}

.contact-privacy-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffe8f2;
  color: #ff4b91;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-privacy-copy strong {
  display: block;
  font-size: .95rem;
  color: var(--dark);
  margin-bottom: .15rem;
}

.contact-privacy-copy p {
  font-size: .82rem;
  color: #6b6e82;
  line-height: 1.45;
}

.contact-privacy-btn {
  border: 1.5px solid #ff4b91;
  color: #ff4b91;
  background: #fff;
  border-radius: 999px;
  min-height: 44px;
  padding: .55rem 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.contact-privacy-btn:hover {
  background: rgba(255, 75, 145, .06);
  color: #e0397d;
  border-color: #e0397d;
}

.contact-footer {
  background: #fff;
  border-top: 1px solid #ebeaf2;
  padding: 2.4rem 0 1.25rem;
}

.contact-footer-about {
  font-size: .86rem;
  color: #6b6e82;
  line-height: 1.55;
  max-width: 280px;
  margin-bottom: 1rem;
}

.contact-social {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.contact-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f0fc;
  color: var(--primary);
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.contact-social a:hover {
  background: var(--btn-gradient);
  color: #fff;
  transform: translateY(-2px);
}

.contact-footer-heading {
  font-size: .92rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: .85rem;
}

.contact-footer-links {
  display: grid;
  gap: .55rem;
}

.contact-footer-links a {
  font-size: .86rem;
  color: #6b6e82;
  text-decoration: none;
}

.contact-footer-links a:hover,
.contact-footer-links a.is-active {
  color: #ff4b91;
}

.contact-footer-bottom {
  margin-top: 1.75rem;
  padding-top: 1.1rem;
  border-top: 1px solid #f0eef6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .65rem;
  font-size: .8rem;
  color: #8a8da0;
}

.contact-footer-made i {
  color: #ff4b91;
  font-size: .72rem;
}

/* ========================
   404 Error Page
======================== */
.error404-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f8f7fd;
}

.error404-page .site-header {
  background: #fff;
}

.error404-main {
  position: relative;
  flex: 1;
  overflow: hidden;
  background: #0f0a24;
  color: #fff;
  --mx: 0;
  --my: 0;
}

.error404-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.error404-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  will-change: transform;
}

.error404-orb-1 {
  width: min(52vw, 420px);
  aspect-ratio: 1;
  left: -8%;
  top: 8%;
  background: radial-gradient(circle, rgba(255, 75, 145, .45) 0%, transparent 68%);
}

.error404-orb-2 {
  width: min(60vw, 520px);
  aspect-ratio: 1;
  right: -12%;
  top: 18%;
  background: radial-gradient(circle, rgba(106, 56, 255, .5) 0%, transparent 70%);
}

.error404-orb-3 {
  width: min(48vw, 380px);
  aspect-ratio: 1;
  left: 30%;
  bottom: -18%;
  background: radial-gradient(circle, rgba(141, 92, 255, .35) 0%, transparent 70%);
}

.error404-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  opacity: .55;
}

.error404-wave {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 0;
  height: 28%;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(255, 75, 145, .18), transparent 70%);
}

.error404-content {
  position: relative;
  z-index: 1;

  padding: 2.2rem 0 3rem;
}

.error404-stage {
  max-width: 760px;
  margin: 0 auto;

  text-align: center;
}

.error404-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: 1.1rem;
  padding: .4rem .9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .9);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .02em;
  animation: error404FadeUp .7s ease both;
}

.error404-badge i {
  color: #ff7ab5;
}

.error404-visual {
  position: relative;
  margin: .4rem auto 1.35rem;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error404-digits {
  display: flex;

  align-items: center;
  justify-content: center;
  gap: clamp(.35rem, 2vw, .9rem);
  will-change: transform;
  animation: error404FadeUp .8s ease .08s both;
}

.error404-digit {
  font-size: clamp(5.2rem, 16vw, 8.5rem);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.04em;
  background: linear-gradient(180deg, #fff 10%, #c9b6ff 55%, #ff4b91 120%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 18px 40px rgba(106, 56, 255, .25);
  animation: error404Bob 3.6s ease-in-out infinite;
}

.error404-digit:nth-child(3) {
  animation-delay: .35s;
}

.error404-digit-zero {
  position: relative;
  width: clamp(5.2rem, 16vw, 8.5rem);
  height: clamp(5.2rem, 16vw, 8.5rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: error404SpinSoft 10s linear infinite;
}

.error404-zero-ring {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  border: 7px solid transparent;
  border-top-color: #ff4b91;
  border-right-color: #8d5cff;
  border-bottom-color: rgba(255, 255, 255, .25);
  border-left-color: #6a38ff;
  box-shadow: 0 0 30px rgba(106, 56, 255, .35);
}

.error404-zero-core {
  width: 58%;
  height: 58%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(255, 75, 145, .95), rgba(106, 56, 255, .95));
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  color: #fff;
  animation: error404SpinSoft 10s linear infinite reverse;
}

.error404-floaters {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.error404-floater {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 1.1rem;
  backdrop-filter: blur(8px);
  animation: error404Float 4.2s ease-in-out infinite;
  animation-delay: var(--d, 0s);
  will-change: transform;
}

.error404-floater:nth-child(1) { left: 4%; top: 18%; }
.error404-floater:nth-child(2) { right: 6%; top: 8%; }
.error404-floater:nth-child(3) { left: 10%; bottom: 6%; }
.error404-floater:nth-child(4) { right: 8%; bottom: 12%; }

.error404-title {
  margin: 0 0 .75rem;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -.02em;
  color: #fff;
  animation: error404FadeUp .75s ease .12s both;
}

.error404-lead {
  margin: 0 auto 1.5rem;
  max-width: 540px;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .72);
  animation: error404FadeUp .75s ease .18s both;
}

.error404-search {
  max-width: 560px;
  margin: 0 auto 1.35rem;
  animation: error404FadeUp .75s ease .24s both;
}

.error404-search.is-shake {
  animation: error404Shake .45s ease;
}

.error404-search-box {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .45rem .45rem .45rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 255, 255, .4);
}

.error404-search-box > i {
  color: #8a8da0;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.error404-search-box input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: inherit;
  font-size: .95rem;
  color: var(--dark);
  padding: .35rem 0;
}

.error404-search-box input::placeholder {
  color: #a0a0b2;
}

.error404-search-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  min-height: 44px;
  padding: .55rem 1.05rem;
  border-radius: 12px;
  background: var(--btn-gradient);
  color: #fff;
  font-weight: 600;
  font-size: .88rem;
  border: 0;
}

.error404-search-btn:hover {
  background: var(--btn-gradient-hover);
  color: #fff;
}

.error404-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin-bottom: 2rem;
  animation: error404FadeUp .75s ease .3s both;
}

.error404-btn-primary,
.error404-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 48px;
  padding: .7rem 1.25rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: .92rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.error404-btn-primary {
  background: var(--btn-gradient);
  color: #fff;
  border: 0;
  box-shadow: 0 12px 28px rgba(255, 75, 145, .28);
}

.error404-btn-primary:hover {
  background: var(--btn-gradient-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(106, 56, 255, .35);
}

.error404-btn-ghost {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
}

.error404-btn-ghost:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  transform: translateY(-2px);
}

.error404-shortcuts {
  animation: error404FadeUp .75s ease .36s both;
}

.error404-shortcuts-label {
  margin: 0 0 .85rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .48);
}

.error404-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

.error404-shortcut {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .2rem;
  text-align: left;
  text-decoration: none;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.error404-shortcut:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 75, 145, .45);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
  color: #fff;
}

.error404-shortcut-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .45rem;
  background: linear-gradient(135deg, rgba(255, 75, 145, .95), rgba(148, 87, 235, .95));
  font-size: 1.05rem;
  color: #fff;
}

.error404-shortcut strong {
  font-size: .92rem;
  font-weight: 650;
}

.error404-shortcut small {
  font-size: .76rem;
  color: rgba(255, 255, 255, .58);
}

.error404-code-hint {
  margin: 0;
  font-size: .82rem;
  color: rgba(255, 255, 255, .45);
  animation: error404FadeUp .75s ease .42s both;
}

.error404-code-hint span {
  display: inline-block;
  padding: .12rem .45rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .75);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.error404-code-hint a {
  color: #ff7ab5;
  text-decoration: none;
  font-weight: 600;
}

.error404-code-hint a:hover {
  text-decoration: underline;
}

.error404-page .contact-footer {
  margin-top: 0;
}

@keyframes error404FadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {

    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes error404Bob {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes error404Float {
  0%,
  100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-10px) rotate(4deg); }
}

@keyframes error404SpinSoft {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes error404Shake {
  0%,
  100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  75% { transform: translateX(6px); }
}

@media (min-width: 768px) {
  .error404-shortcut-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .error404-content {
    padding-top: 2.8rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 575.98px) {
  .error404-search-box {
    flex-wrap: wrap;
    padding: .65rem;
  }

  .error404-search-box > i {
    display: none;
  }

  .error404-search-box input {
    width: 100%;
    padding: .45rem .55rem;
  }

  .error404-search-btn {
    width: 100%;
    justify-content: center;
  }

  .error404-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .error404-floater {
    width: 34px;
    height: 34px;
    font-size: .95rem;

  }
}

@media (prefers-reduced-motion: reduce) {
  .error404-badge,
  .error404-digits,
  .error404-title,
  .error404-lead,
  .error404-search,
  .error404-actions,
  .error404-shortcuts,
  .error404-code-hint,
  .error404-digit,
  .error404-digit-zero,
  .error404-zero-core,
  .error404-floater {
    animation: none !important;
  }
}

/* ========================
   Legal Policy Pages
======================== */
.legal-page-body {
  background: #f7f6fc;
}

.legal-hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 75, 145, .18), transparent 34%),
    radial-gradient(circle at 8% 80%, rgba(106, 56, 255, .16), transparent 36%),
    linear-gradient(135deg, #1a0f3d 0%, #3a1d7a 48%, #6a38ff 100%);
  color: #fff;
  padding: 2.4rem 0 2rem;
}

.legal-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-bottom: .75rem;
  padding: .35rem .8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  font-size: .8rem;
  font-weight: 600;
}

.legal-hero-title {
  margin: 0 0 .7rem;
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -.02em;
  color: #fff;
}

.legal-hero-title span {
  background: linear-gradient(90deg, #ff8ec4, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.legal-hero-lead {
  max-width: 620px;
  margin: 0 0 1.1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .82);
}

.legal-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  margin-bottom: 1.25rem;
  font-size: .84rem;
  color: rgba(255, 255, 255, .78);
}

.legal-hero-meta i {
  color: #ff9ac8;
  margin-right: .3rem;
}

.legal-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.legal-switcher a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .45rem .95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
  font-size: .84rem;
  font-weight: 600;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.legal-switcher a:hover,
.legal-switcher a.is-active {
  background: #fff;
  color: #6a38ff;
  border-color: #fff;
}

.legal-body-section {
  padding: 1.75rem 0 3rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
}

.legal-toc-card {
  background: #fff;
  border: 1px solid #eceaf5;
  border-radius: 18px;
  padding: 1.1rem 1.15rem;
  box-shadow: 0 10px 28px rgba(40, 20, 90, .06);
}

.legal-toc-title {
  margin: 0 0 .85rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8a8da0;
}

.legal-toc {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .2rem;
  max-height: min(70vh, 560px);
  overflow: auto;
}

.legal-toc a {
  display: block;
  padding: .45rem .55rem;
  border-radius: 10px;
  color: #4c4f63;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.35;
  transition: background .15s ease, color .15s ease;
}

.legal-toc a:hover,
.legal-toc a.is-active {
  background: rgba(106, 56, 255, .08);
  color: #6a38ff;
}

.legal-content {
  background: #fff;
  border: 1px solid #eceaf5;
  border-radius: 20px;
  padding: 1.35rem 1.25rem 1.6rem;
  box-shadow: 0 12px 32px rgba(40, 20, 90, .06);
}

.legal-chapter + .legal-chapter {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f0eef6;
}

.legal-chapter-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -.01em;
}

.legal-section-title {
  margin: 1.15rem 0 .55rem;
  font-size: 1rem;
  font-weight: 650;
  color: #2b2150;
}

.legal-p {
  margin: 0 0 .75rem;
  font-size: .92rem;
  line-height: 1.7;
  color: #55586a;
}

.legal-list {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  display: grid;
  gap: .35rem;
}

.legal-list li {
  font-size: .9rem;
  line-height: 1.55;
  color: #55586a;
}

.legal-list li::marker {
  color: #6a38ff;
}

.legal-endnote {
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(106, 56, 255, .08), rgba(255, 75, 145, .08));
  border: 1px solid rgba(106, 56, 255, .12);
}

.legal-endnote p {
  margin: 0;
  font-size: .9rem;
  color: #4c4f63;
}

.legal-endnote a {
  color: #6a38ff;
  font-weight: 600;
  text-decoration: none;
}

.legal-endnote a:hover {
  color: #ff4b91;
}

@media (min-width: 992px) {
  .legal-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
  }

  .legal-toc-wrap {
    position: sticky;
    top: 96px;
  }

  .legal-content {
    padding: 1.75rem 1.85rem 2rem;
  }
}

@media (max-width: 575.98px) {
  .legal-hero {
    padding: 1.75rem 0 1.5rem;
  }

  .legal-content {
    padding: 1.15rem 1rem 1.35rem;
    border-radius: 16px;
  }

  .legal-toc {
    max-height: 220px;
  }
}

/* ========================
   Select Language Page
======================== */
.lang-page-body {
  background: #f7f6fc;
}

.lang-main {
  position: relative;
  overflow: hidden;
}

.lang-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(106, 56, 255, .1), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 75, 145, .1), transparent 26%),
    radial-gradient(circle at 70% 88%, rgba(141, 92, 255, .08), transparent 30%),
    linear-gradient(180deg, #fbfaff 0%, #f4f1fb 100%);
}

.lang-bg::before,
.lang-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(106, 56, 255, .08);
}

.lang-bg::before {
  width: 420px;
  height: 420px;
  left: -160px;
  top: 40px;
}

.lang-bg::after {
  width: 360px;
  height: 360px;
  right: -140px;
  bottom: 60px;
  border-color: rgba(255, 75, 145, .1);
}

.lang-section {
  position: relative;
  z-index: 1;
  padding: 2.2rem 0 3rem;
}

.lang-panel {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(106, 56, 255, .08);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(53, 20, 120, .08);
  padding: 2rem 1.5rem 1.75rem;
  backdrop-filter: blur(8px);
}

.lang-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .85rem;
  border-radius: 999px;
  background: rgba(106, 56, 255, .08);
  border: 1px solid rgba(106, 56, 255, .12);
  color: #5a3db8;
  font-size: .8rem;
  font-weight: 600;
}

.lang-title {
  margin: .55rem 0 .45rem;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -.02em;
}

.lang-lead {
  color: #6b6e82;
  font-size: .98rem;
}

.lang-featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin: 1.75rem 0 1.35rem;
}

.lang-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .28rem;
  min-height: 138px;
  padding: 1.1rem .75rem .95rem;
  border-radius: 16px;
  background: #fff;
  border: 1.5px solid #ebe8f4;
  box-shadow: 0 8px 20px rgba(40, 20, 90, .04);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
  text-align: center;
}

.lang-card:hover {
  transform: translateY(-2px);
  border-color: rgba(106, 56, 255, .35);
  box-shadow: 0 12px 28px rgba(106, 56, 255, .12);
}

.lang-card.is-selected {
  border-color: #6a38ff;
  background: linear-gradient(180deg, rgba(106, 56, 255, .06), #fff 55%);
  box-shadow: 0 12px 28px rgba(106, 56, 255, .14);
}

.lang-card-check {
  position: absolute;
  top: .55rem;
  right: .55rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-gradient);
  color: #fff;
  font-size: .75rem;
  opacity: 0;
  transform: scale(.7);
  transition: opacity .2s ease, transform .2s ease;
}

.lang-card.is-selected .lang-card-check {
  opacity: 1;
  transform: scale(1);
}

.lang-avatar,
.lang-row-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  color: #3d2a78;
}

.lang-avatar {
  width: 52px;
  height: 52px;
  margin-bottom: .35rem;
  font-size: 1.2rem;
}

.lang-native {
  font-size: .98rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.25;
}

.lang-english {
  font-size: .78rem;
  color: #8a8da0;
}

.tone-blue { background: #e8e4ff; color: #6a38ff; }
.tone-mint { background: #e4f8ef; color: #1f8a5b; }
.tone-peach { background: #ffe8dc; color: #d45b1f; }
.tone-lavender { background: #f0e4ff; color: #7a3fd4; }
.tone-sky { background: #e3f2ff; color: #1f6fb8; }
.tone-rose { background: #ffe4ef; color: #d12f72; }

.lang-more-wrap {
  border: 1px solid #ebe8f4;
  border-radius: 18px;
  background: #fbfaff;
  padding: .35rem .85rem 1rem;
  margin-bottom: 1.4rem;
}

.lang-more-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .75rem 0 .85rem;
  border: 0;
  background: transparent;
  color: #6a38ff;
  font-weight: 650;
  font-size: .92rem;
}

.lang-more-line {
  flex: 1;
  height: 1px;
  background: #e7e3f2;
}

.lang-more-label {

  display: inline-flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
}

.lang-more-chevron {
  transition: transform .25s ease;
}

.lang-more-toggle.is-collapsed .lang-more-chevron {
  transform: rotate(180deg);
}

.lang-more-panel {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem .75rem;
  padding-bottom: .35rem;
}

.lang-more-panel.is-open {
  display: grid;
}

.lang-row {
  display: flex;
  align-items: center;
  gap: .7rem;
  width: 100%;
  min-height: 58px;
  padding: .55rem .65rem;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.lang-row:hover {
  border-color: rgba(106, 56, 255, .25);
  box-shadow: 0 6px 16px rgba(106, 56, 255, .08);
}

.lang-row.is-selected {
  border-color: #6a38ff;
  background: rgba(106, 56, 255, .05);
}

.lang-row-avatar {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  font-size: .95rem;
}

.lang-row-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.lang-row-text strong {
  font-size: .9rem;
  font-weight: 650;
  color: var(--dark);
  line-height: 1.25;
}

.lang-row-text small {
  font-size: .74rem;
  color: #8a8da0;
}

.lang-actions {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.lang-next-btn {
  width: 100%;
  min-height: 52px;
  border-radius: 12px;
  border: 0;
  background: var(--btn-gradient);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  box-shadow: 0 12px 28px rgba(255, 75, 145, .25);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.lang-next-btn:hover {
  background: var(--btn-gradient-hover);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(106, 56, 255, .28);
}

.lang-note {
  margin-top: .9rem;
  font-size: .82rem;
  color: #8a8da0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
}

.lang-note i {
  color: #6a38ff;
}

.lang-selected-hint {
  margin-top: .45rem;
  font-size: .8rem;
  color: #6b6e82;
}
 
.lang-selected-hint strong {
  color: #6a38ff;
}

@media (min-width: 576px) {
  .lang-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lang-more-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (min-width: 992px) {
  .lang-panel {
    padding: 2.35rem 2.1rem 2rem;
  }

  .lang-featured {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .95rem;
  }

  .lang-more-panel {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
 
}
@media only screen and (max-width: 650px) {
 a.aploan {
    font-size: 10px;
    padding: 6px 8px;
    min-height: 16px;
    min-width: 76px;
    text-align: center;
    display: inline-block;
    margin-left: 55px;
}
.app-promo-panel{margin-top: -20px;}
.hero-badge{margin-top: 15px;}
}

@media (max-width: 575.98px) {
  .lang-section {
    padding: 1.35rem 0 2rem;
  }

  .lang-panel {
    padding: 1.35rem 1rem 1.25rem;
    border-radius: 18px;
  }

  .lang-card {
    min-height: 124px;
  }
   .feature-trust-item strong{font-size: .77rem;}
   .feature-trust-item small{font-size: .62rem;}
}

.hero-title{font-size: clamp(1.7rem, 3.2vw, 3.35rem);} 
.hero-text {  max-width: 590px; font-size: 1.2rem;color: #000000;font-weight: 500;}
.stats-section {margin-top: -2.64rem;}

/* ========================
   Notifications page
======================== */
.notify-page-body {
  background: #f5f4fb;
}

.notify-main {
  min-height: 60vh;
}

.notify-hero {
  background: linear-gradient(135deg, #5b2fe0 0%, #6A38FF 45%, #8D5CFF 100%);
  color: #fff;
  padding: 1.5rem 0 1.75rem;
  position: relative;
  overflow: hidden;
}

.notify-hero::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  pointer-events: none;
}

.notify-hero .browse-breadcrumb {
  color: rgba(255, 255, 255, .75);
}

.notify-hero .browse-breadcrumb a {
  color: #fff;
}

.notify-hero .browse-breadcrumb a:hover {
  color: #ffe8f3;
}

.notify-hero-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.notify-hero-title {
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 700;
  margin-bottom: .25rem;
}

.notify-hero-desc {
  color: rgba(255, 255, 255, .85);
  font-size: .92rem;
  max-width: 420px;
}

.notify-help-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  padding: .45rem .9rem;
  font-size: .82rem;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.notify-help-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, .24);
  transform: translateY(-1px);
}

.notify-content {
  margin-top: -1rem;
  position: relative;
  z-index: 2;
}

.notify-panel {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(40, 24, 110, .1);
  border: 1px solid #ebe8f8;
  overflow: hidden;
}

.notify-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #efeef6;
  background: #fbfaff;
}

.notify-tab {
  appearance: none;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: 1rem .75rem;
  font-size: .9rem;
  font-weight: 500;
  color: #8a8ba3;
  position: relative;
  transition: color .2s ease, background .2s ease;
}

.notify-tab i {
  font-size: .95rem;
}

.notify-tab:hover {
  color: var(--primary);
  background: rgba(106, 56, 255, .04);
}

.notify-tab.is-active {
  color: var(--primary);
  font-weight: 600;
}

.notify-tab.is-active::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--primary);
}

.notify-tab-count {
  min-width: 22px;
  height: 22px;
  padding: 0 .4rem;
  border-radius: 999px;
  background: #ece8ff;
  color: var(--primary);
  font-size: .7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.notify-tab.is-active .notify-tab-count {
  background: var(--primary);
  color: #fff;
}

.notify-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 1.1rem 1.25rem .35rem;
}

.notify-day-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
}

.notify-day-divider {
  padding: .85rem 1.25rem .15rem;
}

.notify-mark-all {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--primary);
  font-size: .82rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .25rem .15rem;
  transition: color .2s ease, opacity .2s ease;
}

.notify-mark-all:hover:not(:disabled) {
  color: var(--primary-hover);
}

.notify-mark-all:disabled {
  opacity: .45;
  cursor: default;
}

.notify-list {
  display: grid;
  gap: .85rem;
  padding: .75rem 1.25rem 1.35rem;
}

.notify-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: .9rem;
  align-items: start;
  background: #fff;
  border: 1px solid #eceaf5;
  border-radius: 16px;
  padding: 1rem 1.15rem;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.notify-card:hover,
.notify-card:focus-visible {
  border-color: #d8d2f5;
  box-shadow: 0 10px 24px rgba(70, 40, 150, .1);
  transform: translateY(-1px);
  outline: none;
}

.notify-card.is-unread {
  background: linear-gradient(180deg, #fcfbff 0%, #fff 100%);
  border-color: #e4dff8;
}

.notify-card.is-unread:hover {
  border-color: #cfc6f4;
}

.notify-card.is-leaving {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}

.notify-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  position: relative;
  flex-shrink: 0;
}

.notify-card-icon.is-purple {
  background: #ece7ff;
  color: var(--primary);
}

.notify-card-icon.is-blue {
  background: #e5f2ff;
  color: #2f7fe8;
}

.notify-card-icon.is-pink {
  background: #ffe8f2;
  color: #ff4b91;
}

.notify-card-icon.is-green {
  background: #e7f8ef;
  color: #1f9d5a;
}

.notify-card-icon-badge {
  position: absolute;
  right: -2px;
  bottom: -1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffb020;
  color: #fff;
  font-size: .55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

.notify-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .35rem;
}

.notify-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .18rem .55rem;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.notify-chip.is-new {
  background: #ece7ff;
  color: var(--primary);
}

.notify-chip.is-message {
  background: #e5f2ff;
  color: #2f7fe8;
}

.notify-chip.is-promo {
  background: #ffe8f2;
  color: #ff4b91;
}

.notify-chip.is-system {
  background: #e7f8ef;
  color: #1f9d5a;
}

.notify-card-meta time {
  font-size: .72rem;
  color: #9597ab;
  white-space: nowrap;
}

.notify-card-title {
  font-size: .98rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 .2rem;
  line-height: 1.35;
  padding-right: .9rem;
}

.notify-card-text {
  margin: 0;
  font-size: .82rem;
  color: #6f7288;
  line-height: 1.5;
  padding-right: .5rem;
}

.notify-card-text a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.notify-card-text a:hover {
  text-decoration: underline;
}

.notify-card[data-notify-type="promo"] .notify-card-text a {
  color: #ff4b91;
}

.notify-unread-dot {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff4b91;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(255, 75, 145, .12);
}

.notify-card:not(.is-unread) .notify-unread-dot {
  display: none;
}

.notify-empty {
  text-align: center;
  padding: 3rem 1.5rem 3.25rem;
}

.notify-empty-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #f0edff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.notify-empty h3 {
  color: var(--dark);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: .35rem;
}

.notify-empty p {
  color: #7a7d90;
  font-size: .9rem;
  margin: 0;
  max-width: 280px;
  margin-inline: auto;
}

.notify-btn.active {
  color: var(--primary);
  background: rgba(106, 56, 255, .08);
}

.add-cat-card-newadd {background: none !important; outline: 0px solid #844bf2 !important;
    box-shadow: none !important; border:1px solid #8c51ef !important;}
.add-cat-card-newadd .add-cat-meta { text-align: center; background: #894ff0; border-radius:5px;}
.add-cat-card-newadd .add-cat-meta strong{color:#fff !important;}
.myloan-featured-badge { color: #ffffff;  background: url(../images/icons/urgent.png) no-repeat center center;
    background-size: cover; height: 21px; text-align: center;  width: 75px;
    text-transform: uppercase;  line-height: 34px; border-radius: 0;;}
.myloan-featured-badge {padding: 0rem .7rem .12rem .55rem;    line-height: 16px;}
.btn-go-dash { min-width: 122px;   min-height: 44px;
    border-radius: 999px;   
    background: linear-gradient(180deg, #151d33 0%, #0f1526 100%);
    border-color: #2a3658;
    border: 0; color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    padding: .55rem .85rem;
    line-height: 1.2;
    text-decoration: none;
    font-size: .78rem;
    margin: 8px 0;
}
.location-btn22{width:70%;}
img.flsj { width: 10px; padding: 2px 0 4px 0;}
a.log-google {
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f8;
    color: #000;
    border: 1px #dfe1ea solid;
    font-weight: 600;
    font-size: .98rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
}
a.log-google:hover{background: #f3f4f8; border:1px #dfe1ea solid;}
a.log-google .bi{color: #ffc857;}
img.glogin {width: 30px;}

.google-btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.google-btn-wrapper > div,
.google-btn-wrapper iframe {
    margin: 0 auto !important;
}

/* active and inactive start */
.active-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
}

.active-toggle-label {
    font-size: 14px;
    font-weight: 600;
    color: #16a34a;
}

/* Toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 15px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    background-color: #cfd4dc;
    border-radius: 30px;
    transition: .3s;
}

.slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    transition: .3s;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.switch input:checked + .slider {
    background-color: #16a34a;
}

.switch input:checked + .slider::before {
    transform: translateX(26px);
}
.slider::before{width: 12px; height: 12px; left: -6px; top: 1px;}
img.croimg2 { width: 11px;  margin-top: -1px;}
.cutbt { border: 2px #11c766 solid; color: #1e9958;}
.cutbt:hover{border: 2px #0d9a4f solid; color: #1e9958;}
.psm-how-step span { display: inherit !important;}
span.psm-how-icon i { font-size: 18px;}
.psm-how-num{color:#fff !important;}

.psm-benefit-icon i { line-height: 2.8 !important;  font-size: 14px;}
/* active and inactive end */

/* ========== Billing & Transactions / Invoices ========== */
.billing-page-body { background: #f6f5fb; color: #17152b; }
.billing-main { min-height: 70vh; }
.billing-hero { padding: 2rem 0 1.25rem; background: radial-gradient(circle at 85% 0, rgba(106,56,255,.12), transparent 34%), linear-gradient(135deg,#faf9ff,#f3f0ff); border-bottom: 1px solid #e9e5f5; }
.billing-breadcrumb { display:flex; align-items:center; gap:.4rem; font-size:.72rem; margin-bottom:.7rem; color:#7d7891; }
.billing-breadcrumb a,.invoice-back { color:#6a38ff; text-decoration:none; font-weight:700; }
.billing-title-row { display:flex; align-items:flex-end; justify-content:space-between; gap:1.5rem; }
.billing-kicker { display:block; color:#6a38ff; font-size:.68rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:.25rem; }
.billing-title-row h1 { font-size:clamp(1.7rem,3vw,2.35rem); font-weight:800; margin:0 0 .3rem; }
.billing-title-row p { color:#6f6a80; margin:0; font-size:.86rem; }
.billing-primary-btn { background:linear-gradient(135deg,#6a38ff,#8d50ee); color:#fff; border-radius:12px; padding:.7rem 1rem; font-weight:700; box-shadow:0 8px 20px rgba(106,56,255,.22); }
.billing-primary-btn:hover { color:#fff; transform:translateY(-2px); }
.billing-content { padding:1.25rem 0 2.5rem; }
.billing-quick-grid { display:grid; grid-template-columns:repeat(3,1fr); background:#fff; border:1px solid #e9e6f1; border-radius:16px; box-shadow:0 8px 24px rgba(35,24,76,.06); overflow:hidden; }
.billing-quick-card { display:flex; align-items:center; gap:.8rem; padding:1.15rem; color:#17152b; text-decoration:none; border:0; border-right:1px solid #eeeaf5; background:#fff; text-align:left; transition:.2s; }
.billing-quick-card:last-child { border-right:0; }
.billing-quick-card:hover { background:#faf8ff; color:#6a38ff; }
.billing-quick-card div { flex:1; }
.billing-quick-card strong,.billing-quick-card small { display:block; }
.billing-quick-card strong { font-size:.83rem; }
.billing-quick-card small { color:#858093; font-size:.66rem; margin-top:.15rem; }
.billing-icon,.billing-summary-icon,.billing-transaction-icon { display:inline-flex; align-items:center; justify-content:center; flex-shrink:0; border-radius:12px; }
.billing-icon { width:42px; height:42px; font-size:1.05rem; }
.tone-purple { background:#eee8ff!important; color:#6a38ff!important; }.tone-blue { background:#e8f4ff!important; color:#2f80ed!important; }.tone-green { background:#e8f8ef!important; color:#18a05e!important; }.tone-orange { background:#fff1e6!important; color:#ef8222!important; }
.billing-panel { background:#fff; border:1px solid #e9e6f1; border-radius:16px; box-shadow:0 8px 24px rgba(35,24,76,.055); padding:1.15rem; }
.billing-panel-head { display:flex; align-items:center; justify-content:space-between; gap:1rem; margin-bottom:1rem; }
.billing-panel-head h2 { font-size:1rem; font-weight:800; margin:0; }
.billing-panel-head a { color:#6a38ff; font-size:.72rem; font-weight:700; text-decoration:none; }
.billing-secure { color:#19945a; background:#eaf8f0; padding:.3rem .55rem; border-radius:99px; font-size:.65rem; font-weight:700; }
.billing-summary-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.billing-summary-grid article { text-align:center; padding:.5rem; border-right:1px solid #eeeaf5; }
.billing-summary-grid article:last-child { border:0; }
.billing-summary-icon { width:44px; height:44px; margin:0 auto .55rem; }
.billing-summary-grid small,.billing-summary-grid strong,.billing-summary-grid em { display:block; }
.billing-summary-grid small { color:#858093; font-size:.62rem; }.billing-summary-grid strong { font-size:.82rem; margin:.25rem 0; }.billing-summary-grid em { color:#807b8f; font-size:.6rem; font-style:normal; }.billing-summary-grid em.is-active { color:#19945a; background:#e9f8ef; border-radius:4px; width:max-content; margin:.3rem auto 0; padding:.1rem .45rem; }
.billing-recent-invoice { display:flex; align-items:center; gap:.65rem; padding:.75rem; border:1px solid #eeeaf5; border-radius:12px; }
.billing-pdf-icon { width:40px; height:40px; border-radius:10px; display:inline-flex; align-items:center; justify-content:center; background:#fff0f1; color:#e62e3e; font-size:1.2rem; flex-shrink:0; }
.billing-recent-invoice div { flex:1; }.billing-recent-invoice strong,.billing-recent-invoice small { display:block; }.billing-recent-invoice strong{font-size:.75rem}.billing-recent-invoice small{font-size:.62rem;color:#858093}
.billing-download-btn { border:1px solid #6a38ff; color:#6a38ff; border-radius:9px; font-size:.68rem; font-weight:700; padding:.45rem .65rem; }.billing-download-btn:hover{background:#6a38ff;color:#fff}
.billing-support-strip { display:flex; align-items:center; gap:.75rem; margin-top:1rem; padding:.8rem 1rem; border-radius:14px; background:linear-gradient(90deg,#f1edff,#faf9ff); color:#17152b; text-decoration:none; border:1px solid #e9e2ff; }
.billing-support-strip div { flex:1; }.billing-support-strip strong,.billing-support-strip small{display:block}.billing-support-strip strong{font-size:.75rem}.billing-support-strip small{font-size:.6rem;color:#7d7891}.billing-support-strip>span:last-child{font-size:.65rem;font-weight:700;color:#6a38ff}
.billing-history-panel { margin-top:1.25rem; }
.billing-search { min-width:220px; display:flex; align-items:center; gap:.45rem; border:1px solid #e1ddea; border-radius:10px; padding:.5rem .7rem; background:#fff; }
.billing-search i{color:#8a8498}.billing-search input{border:0;outline:0;width:100%;font-size:.7rem;background:transparent}
.billing-tabs { display:flex; gap:.5rem; overflow:auto; margin-bottom:.7rem; }.billing-tabs button{border:0;border-radius:8px;background:#f3f1f7;color:#5f5a70;padding:.45rem .75rem;font-size:.67rem;font-weight:700;white-space:nowrap}.billing-tabs button.is-active{background:#6a38ff;color:#fff}
.billing-transaction { display:grid; grid-template-columns:38px 1fr auto auto 16px; align-items:center; gap:.7rem; padding:.7rem .35rem; border-bottom:1px solid #eeeaf5; transition:.2s; }.billing-transaction:hover{background:#faf9ff}.billing-transaction:last-child{border:0}.billing-transaction-icon{width:36px;height:36px}.billing-transaction-copy strong,.billing-transaction-copy small{display:block}.billing-transaction-copy strong{font-size:.72rem}.billing-transaction-copy small{font-size:.58rem;color:#8b8698}.billing-amount{font-size:.7rem}.billing-amount.is-debit{color:#e44353}.billing-amount.is-credit{color:#15945a}.billing-status{font-size:.56rem;color:#15945a;background:#eaf8f0;padding:.2rem .45rem;border-radius:99px}.billing-empty{text-align:center;color:#858093;padding:2rem;font-size:.8rem}
.invoice-back { display:inline-flex; gap:.4rem; margin-bottom:.7rem; font-size:.72rem; }.invoice-tools{display:flex;gap:.6rem}.invoice-filter{width:160px;border-radius:10px;font-size:.7rem}.invoice-info-strip{display:flex;align-items:center;gap:.8rem;background:linear-gradient(90deg,#f0ebff,#faf9ff);border:1px solid #e5ddff;border-radius:14px;padding:.85rem 1rem;margin-bottom:1rem}.invoice-info-strip div{flex:1}.invoice-info-strip strong,.invoice-info-strip small{display:block}.invoice-info-strip strong{font-size:.78rem}.invoice-info-strip small{font-size:.62rem;color:#777286}.invoice-count{color:#6a38ff;font-size:.68rem}
.invoice-row{display:grid;grid-template-columns:42px 1fr 100px 38px 16px;align-items:center;gap:.7rem;padding:.75rem .4rem;border-bottom:1px solid #eeeaf5}.invoice-row>div strong,.invoice-row>div small{display:block}.invoice-row>div strong{font-size:.75rem}.invoice-row>div small{font-size:.6rem;color:#858093}.invoice-amount{color:#6a38ff;font-size:.73rem}.invoice-row button{border:0;background:transparent;color:#6a38ff;width:36px;height:36px;border-radius:8px}.invoice-row button:hover{background:#eee8ff}.invoice-support{margin-top:1rem}
.billing-toast{position:fixed;right:1rem;bottom:1rem;z-index:1090;display:flex;align-items:center;gap:.5rem;background:#17152b;color:#fff;padding:.75rem 1rem;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.2);font-size:.72rem;transform:translateY(120px);opacity:0;transition:.25s}.billing-toast i{color:#49d187}.billing-toast.is-visible{transform:none;opacity:1}

