/* ── Banner ─────────────────────────────────────────────── */
    .profile-banner{
      position:relative;
      height:220px;
      overflow:hidden; 
    }
    @media(min-width:768px){
	.profile-banner{height:288px;}
	div#contentGrid {
		margin: 0 0 80px;
	}
	}
    .profile-banner img{width:100%;height:100%;object-fit:cover;}
    .profile-banner::after{
      content:'';position:absolute;inset:0;
      background:hsl(222 47% 6% / 0.3);
    }
    .back-btn{
      position:absolute;top:1rem;left:1rem;z-index:10;
      width:36px;height:36px;border-radius:50%;
      background:hsl(222 45% 11% / 0.6);
      backdrop-filter:blur(8px);
      border:1px solid hsl(222 35% 22% / 0.5);
      display:flex;align-items:center;justify-content:center;
      color:var(--fg);cursor:pointer;transition:background .2s;
      text-decoration:none;
    }
    .back-btn:hover{background:hsl(222 45% 16% / 0.8);color:var(--fg);}

    /* ── Avatar row ─────────────────────────────────────────── */
    .profile-body{max-width:100%;margin:0 auto;padding:0 1rem;}
    .avatar-row{display:flex;align-items: center;gap:1rem;margin-top:-3rem;position:relative;z-index:10;}
    .avatar-wrap{
      width:96px;height:96px;border-radius:50%;overflow:hidden;flex-shrink:0;
      border:3px solid var(--primary);
      box-shadow:0 0 0 3px hsl(43 67% 56% / 0.3),0 0 18px hsl(43 67% 56% / 0.3);
    }
    .avatar-wrap img{width:100%;height:100%;object-fit:cover;}
    .avatar-info{padding-bottom:.25rem;flex:1;min-width:0;}
    .avatar-name-row{display:flex;align-items:center;gap:.5rem;}
    .avatar-name{font-size:1.2rem;font-weight:800;color:var(--fg);}
    .icon-btn{background:none;border:none;padding:.25rem .375rem;border-radius:50%;color:var(--primary);cursor:pointer;transition:opacity .2s;}
	.avatar-name-row button.icon-btn {
    padding: 0 0 0 4px;
}
    .icon-btn:hover{opacity:.75;}
    .avatar-loc {
		font-size: .8rem;
		color: var(--muted-fg);
		margin-top: .15rem;
		display: flex;
		align-items: center;
		column-gap: 16px;
	}
	.lcbxs {
		display: flex;
		column-gap: 10px;
		align-items: center;
	}
	a.mnLc {
		color: #98a1b3;
	}
	a.mnLc:hover {
		color: #daaf44;
	}
	a.sbLc {
		color: #daaf44;
		border: 1px solid #daaf446e;
		padding: 2px 10px 3px 6px;
		border-radius: 100px;
		font-size: 11px;
}
a.sbLc:hover {
		background:#daaf441a;
}
    /* verified checkmark */
    .verified-check{
      width:18px;height:18px;border-radius:50%;background:var(--primary);
      display:inline-flex;align-items:center;justify-content:center;
      flex-shrink:0;
    }
    .verified-check svg{display:block;}

    /* ── Chat Now CTA ───────────────────────────────────────── */
    .chat-cta{
      width:100%;margin-top:1.25rem;
      border-radius:1rem;border:none;
      padding:0;overflow:hidden;cursor:pointer;
      box-shadow:0 8px 30px hsl(43 67% 56% / 0.35);
      animation:pulseGlow 2.5s ease-in-out infinite;
      transition:opacity .2s;
    display: block;
    }
    .chat-cta:hover{opacity:.92;}
    .chat-cta-inner{
      display:flex;align-items:center;justify-content:space-between;
      padding:1rem 1.25rem;
    }
    .chat-cta-left{display:flex;align-items:center;gap:.875rem;}
    .chat-cta-icon{
      width:40px;height:40px;border-radius:50%;
      background:hsl(0 0% 0% / 0.15);
      display:flex;align-items:center;justify-content:center;
      flex-shrink:0;
    }
  .chattxt p {
    margin: 0;
}
.chattxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    .chat-cta-title{font-family:'Manrope',sans-serif;font-weight:700;font-size:.95rem;color:var(--primary-fg);line-height:1.2;margin: 0}
    .chat-cta-sub {
    font-size: 11px;
    opacity: .8;
    color: #000;
    display: flex;
    align-items: center;
    gap: .2rem;
    margin-top: .15rem;
    font-weight: 700;
  }
    .chat-cta-arrow{font-size:.9rem;font-weight:700;color:var(--primary-fg);opacity:.9;}
    @keyframes pulseGlow{0%,100%{box-shadow:0 8px 30px hsl(43 67% 56% / 0.35);}50%{box-shadow:0 8px 40px hsl(43 67% 56% / 0.55);}}

    /* ── Section labels ─────────────────────────────────────── */
    .section-label{
      font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
      color:var(--primary);margin-bottom:.75rem;
      font-family:'Manrope',sans-serif;
    }

    /* ── Glass card ─────────────────────────────────────────── */
    .glass-card{
      background:hsl(222 45% 13% / 0.7);
      border:1px solid hsl(222 35% 22% / 0.6);
      backdrop-filter:blur(24px);
      border-radius:1rem;
      padding:1.25rem;
    }
    .bio-text{font-size:.875rem;color:hsl(40 30% 96% / 0.8);line-height:1.7;}
    .bio-text.clamped{
      display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
    }
    .read-more-btn{
      margin-top:.6rem;background:none;border:none;
      font-size:.75rem;font-weight:600;color:var(--primary);
      display:flex;align-items:center;gap:.25rem;cursor:pointer;
      transition:opacity .2s;padding:0;
    }
    .read-more-btn:hover{opacity:.75;}

    /* Stats & Rates */
    .stats-divider{border-top:1px solid hsl(222 35% 22% / 0.35);margin-top:1.25rem;padding-top:1.25rem;}
    .stat-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;}
    .stat-label{font-size:.75rem;color:var(--muted-fg);}
    .stat-val{font-size:.75rem;font-weight:500;color:var(--fg);}
    .rates-header{display:grid;grid-template-columns:1fr 1fr 1fr;padding-bottom:.5rem;}
    .rates-header span{font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-fg);}
    .rates-header span:last-child{text-align:right;}
    .rates-header span:nth-child(2){text-align:center;}
    .rate-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:.625rem 0;}
    .rate-row:not(:last-child){border-bottom:1px solid hsl(222 35% 22% / 0.2);}
    .rate-row span{font-size:.75rem;color:var(--fg);font-weight:500;}
    .rate-row span:nth-child(2){text-align:center;font-weight:600;}
    .rate-row span:last-child{text-align:right;font-weight:600;}

    /* ── Attribute tags ─────────────────────────────────────── */
    .attr-tag{
      padding:.4rem 1rem;border-radius:999px;
      border:1px solid hsl(222 35% 22% / 0.7);
      font-size:.75rem;font-weight:500;color:hsl(40 30% 96% / 0.8);
      background:none;
    }

    /* ── Content filter tabs ─────────────────────────────────── */
    .filter-btn{
      padding:.5rem 1.1rem;border-radius:999px;border:1px solid hsl(222 35% 22% / 0.7);
      background:none;color:hsl(40 30% 96% / 0.7);
      font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;
    }
    .filter-btn.active{color:var(--primary-fg);border-color:transparent;}
    .filter-btn:not(.active):hover{border-color:hsl(43 67% 56% / 0.5);}

    /* ── Content heading ─────────────────────────────────────── */
    .content-heading{font-size:1rem;font-weight:700;margin:.1rem 0 .75rem;}

    /* ── Masonry grid ────────────────────────────────────────── */
    .content-masonry{columns:2;column-gap:.5rem;}
    

    /* ── Free video card ─────────────────────────────────────── */
    .free-card-wrap{break-inside:avoid;}
    .free-card{position:relative;overflow:hidden;border-radius:.75rem;background:var(--bg-card);cursor:pointer;}
    .aspect-9-16{aspect-ratio:3/4;}
    .aspect-video-card{aspect-ratio:16/9;}
    .free-poster,.free-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;}
    .free-poster{z-index:0;transition:transform .5s;}
    .free-video{z-index:1;transition:opacity .5s,transform .5s;}
    .free-card.is-playing .free-video{opacity:1;}
    .free-card:hover .free-poster,.free-card:hover .free-video{transform:scale(1.04);}
    .free-overlay-gradient{
      position:absolute;inset:0;z-index:2;pointer-events:none;
      background:linear-gradient(to top,hsl(222 47% 6% / 0.9) 0%,transparent 50%);
    }
    .free-label{position:absolute;bottom:0;left:0;right:0;padding:.5rem .625rem;z-index:3;}
    .free-title{font-size:.7rem;font-weight:600;color:var(--fg);margin-bottom:.1rem;}
    .free-badge{font-size:.6rem;font-weight:700;color:var(--primary);letter-spacing:.05em;}
  
  .unlockModal .d-flex.head {
    justify-content: space-between;
}
.unlockModal .d-flex.head button:hover {
    background: #1e273e;
    color: #FFF;
}
.unlockModal .d-flex.head button {
    border: 0;
    background: transparent;
    color: #FFF;
    padding: 0 0 3px;
    border-radius: 100px;
    width: 33px;
    height: 33px;
}


    /* ── Locked video card ───────────────────────────────────── */
    .locked-card-wrap{break-inside:avoid;}
    .locked-card{
      position:relative;overflow:hidden;border-radius:.75rem;
      padding-bottom:var(--pb,133%);background:var(--bg-card);cursor:pointer;
    }
    .locked-bg-video{
      position:absolute;inset:0;width:100%;height:100%;
      object-fit:cover;filter:blur(20px);transform:scale(1.1);z-index:0;
    }
    .locked-blur-overlay{
      position:absolute;inset:0;z-index:1;
      background:hsl(222 47% 6% / 0.5);backdrop-filter:blur(16px);
    }
    .locked-content{
      position:absolute;inset:0;z-index:2;
      display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;
    }
    .unlock-btn{
      padding:.375rem .875rem;border-radius:999px;border:none;
      font-size:.65rem;font-weight:700;color:var(--primary-fg);
      cursor:pointer;white-space:nowrap;
      animation:pulseGlow 2.5s ease-in-out infinite;
      transition:opacity .2s;
    }
    .unlock-btn:hover{opacity:.88;}

    /* ── Modals ──────────────────────────────────────────────── */
    .modal-backdrop-mp{
      display:none;position:fixed;inset:0;
      background:hsl(222 47% 8% / 0.75);backdrop-filter:blur(5px);
      z-index:9999;align-items:flex-end;justify-content:center;
    }
    .modal-backdrop-mp.active{display:flex;}
    
    @media(min-width:600px){
      .modal-backdrop-mp{align-items:center;}
      .modal-sheet{border-radius:1.25rem!important;max-width:420px;}
    }
    .modal-sheet{
      width:100%;background:hsl(222,45%,13%);
      border:1px solid var(--border);
      border-radius:1.25rem 1.25rem 0 0;
      padding:1.5rem;
      animation:slideUp .3s ease;
    }
    @keyframes slideUp{from{transform:translateY(100%);opacity:0;}to{transform:translateY(0);opacity:1;}}
    .modal-handle{width:36px;height:4px;border-radius:2px;background:var(--border);margin:0 auto .875rem;}
    .modal-title{font-family:'Manrope',sans-serif;font-weight:700;font-size:1rem;margin-bottom:.5rem;}
    .modal-sub{font-size:.8rem;color:var(--muted-fg);margin-bottom:1.25rem;line-height:1.6;}
    .star-pkg-btn{
      display:flex;flex-direction:column;align-items:center;
      padding:.875rem .5rem;border-radius:.875rem;
      border:1px solid hsl(222 35% 22% / 0.7);
      background:none;color:var(--fg);cursor:pointer;transition:border-color .2s;
    }
    .star-pkg-btn:hover{border-color:hsl(43 67% 56% / 0.5);}
    .star-pkg-stars{font-size:1.1rem;font-weight:700;}
    .star-pkg-price{font-size:.7rem;color:var(--muted-fg);}
    /* ── Star package radio cards ─────────────────────────────── */
    .star-pkg-radio { display: none; }
    .star-pkg-label {
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      padding: .9rem .5rem; border-radius: .875rem;
      border: 1.5px solid hsl(222 35% 22% / 0.7);
      background: hsl(222 45% 11%);
      color: var(--fg); cursor: pointer;
      transition: border-color .2s, background .2s, box-shadow .2s;
      user-select: none; width: 100%; gap: .25rem;
      position: relative;
    }
    .star-pkg-label:hover {
      border-color: hsl(43 67% 56% / 0.5);
      background: hsl(222 45% 14%);
    }
    /* Selected state */
    .star-pkg-radio:checked + .star-pkg-label {
      border-color: var(--primary);
      background: hsl(43 67% 56% / 0.12);
      box-shadow: 0 0 0 3px hsl(43 67% 56% / 0.18), 0 0 14px hsl(43 67% 56% / 0.2);
    }
    .star-pkg-stars { font-size: 1.1rem; font-weight: 800; font-family: 'Manrope', sans-serif; }
    .star-pkg-price { font-size: .7rem; color: var(--muted-fg); }
    .btn-topup{
      width:100%;padding:.875rem;border-radius:999px;border:none;
      font-weight:700;font-size:.9rem;color:var(--primary-fg);cursor:pointer;
      transition:opacity .2s;
    display: block;
    text-align:center;
    }
    .btn-topup:hover{opacity:.9;color:var(--primary-fg);}
  
  .modal-backdrop-mp.unlockModal.active {
    display: flex;
    /*align-items: flex-end;*/
}
.unlockModal .d-flex.head {
    margin: 0 0 10px;
}
.modal-backdrop-mp.unlockModal.active .modal-sheet {
    width: 100%;
    border-radius: 0;
    max-width: 400px;
}
.stars-compare-box{
  display:flex;justify-content:space-between;align-items:flex-start;
  background:hsl(222,45%,10%);border:1px solid var(--border);
  border-radius:.875rem;padding:1rem 1.25rem;margin-bottom:1rem;
}
.stars-compare-col{display:flex;flex-direction:column;gap:.35rem;}
.stars-compare-col.text-end{align-items:flex-end;}
.stars-compare-label{font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-fg);font-weight:600;}
.stars-compare-val{font-size:1.15rem;font-weight:800;font-family:'Manrope',sans-serif;color:var(--fg);}
.stars-compare-val .star-ico{color:hsl(43 67% 56%);margin-right:.25rem;}
.stars-shortfall-text{font-size:.85rem;color:var(--muted-fg);margin-bottom:1.25rem;line-height:1.5;}
.stars-shortfall-text strong{color:var(--fg);font-weight:700;}

/* ── Unlock Confirm Modal (centered popup) ───────────────── */
    .unlock-confirm-backdrop{
      display:none;position:fixed;inset:0;
      background:hsl(222 47% 8% / 0.8);backdrop-filter:blur(6px);
      z-index:9999;align-items:center;justify-content:center;padding:1rem;
    }
    .unlock-confirm-backdrop.active{display:flex;}
    .unlock-confirm-modal{
      position:relative;width:100%;max-width:400px;
      background:hsl(222,45%,11%);
      border:1px solid hsl(222 35% 22% / 0.7);
      border-radius:1.25rem;padding:1.5rem;
      animation: fadeUp .4s ease forwards;
    -webkit-animation: fadeUp .4s ease forwards;
    }
    .unlock-confirm-close{
      position:absolute;top:-14px;right:-14px;
      width:32px;height:32px;border-radius:50%;border:none;
      display:flex;align-items:center;justify-content:center;
      color:var(--primary-fg);cursor:pointer;font-size:.75rem;font-weight:700;
      box-shadow:0 4px 12px hsl(0 0% 0% / 0.3);
    }
    .unlock-confirm-title{
      font-family:'Manrope',sans-serif;font-weight:700;font-size:.95rem;
      text-transform:uppercase;letter-spacing:.04em;
      color:var(--fg);margin-bottom:1rem;
    }
    .unlock-info-card{
      background:var(--fg);border-radius:.875rem;
      padding:1rem 1.25rem;margin-bottom:1rem;
    }
    .unlock-info-row{
      display:flex;justify-content:space-between;align-items:center;
      padding:.45rem 0;
    }
    .unlock-info-row+.unlock-info-row{border-top:1px solid hsl(222 35% 80% / 0.25);}
    .unlock-info-label{font-size:.85rem;color:hsl(222,30%,25%);font-weight:500;}
    .unlock-info-val{font-size:.85rem;font-weight:700;color:hsl(222,30%,15%);}
    .unlock-disclaimer{
      width:100%;padding:.55rem .875rem;
      border:1px solid hsl(222 35% 22% / 0.4);border-radius:.5rem;
      background:transparent;color:var(--muted-fg);font-size:.75rem;
      font-family:'Inter',sans-serif;cursor:default;outline:none;
      margin-top:.625rem;
    }
    .btn-confirm-unlock{
      width:100%;padding:1rem;border-radius:.875rem;border:none;
      font-family:'Manrope',sans-serif;font-weight:700;font-size:1rem;
      color:var(--primary-fg);cursor:pointer;
      animation:pulseGlow 2.5s ease-in-out infinite;
      transition:opacity .2s;
    }
    .btn-confirm-unlock:hover{opacity:.9;}
  .unlockConfirmModal .unlock-confirm-modal, .successModal .success-modal, .unlockModal .modal-sheet, .qrModal .qr-modal{
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }

  .unlockConfirmModal.active .unlock-confirm-modal, .successModal.active .success-modal, .unlockModal.active .modal-sheet, .qrModal.active .qr-modal{
    opacity: 1;
    visibility: visible;
    animation: fadeUp .25s ease forwards;
  }

  @keyframes fadeUp{
    from{
      opacity:0;
      transform:translateY(20px);
    }
    to{
      opacity:1;
      transform:translateY(0);
    }
  }

    /* ── Success Popup ───────────────────────────────────────── */
    .success-backdrop{
      display:none;position:fixed;inset:0;
      background:hsl(222 47% 8% / 0.82);backdrop-filter:blur(6px);
      z-index:9999;align-items:center;justify-content:center;padding:1rem;
    }
    .success-backdrop.active{display:flex;}
    .success-modal{
      width:100%;max-width:360px;
      background:hsl(222,45%,11%);
      border:1px solid hsl(222 35% 22% / 0.7);
      border-radius:1.5rem;padding:2rem 1.75rem;
      text-align:center;
      animation: fadeUp .4s ease forwards;
    -webkit-animation: fadeUp .4s ease forwards;
    }
  
    .success-icon-wrap{
      width:72px;height:72px;border-radius:50%;
      background:linear-gradient(135deg,hsl(43,70%,60%),hsl(38,75%,48%));
      display:flex;align-items:center;justify-content:center;
      margin:0 auto 1.25rem;
      box-shadow:0 0 0 8px hsl(43 67% 56% / 0.15),0 8px 24px hsl(43 67% 56% / 0.35);
    }
    .success-title{font-family:'Manrope',sans-serif;font-weight:800;font-size:1.1rem;color:var(--fg);margin-bottom:.5rem;}
    .success-sub{font-size:.85rem;color:var(--muted-fg);line-height:1.6;margin-bottom:1.5rem;}
    .btn-success-close{
      width:100%;padding:.875rem;border-radius:999px;border:none;
      font-family:'Manrope',sans-serif;font-weight:700;font-size:.9rem;
      color:var(--primary-fg);cursor:pointer;transition:opacity .2s;
    }
    .btn-success-close:hover{opacity:.9;}

    /* QR modal (centered) */
    .qr-modal-backdrop{
      display:none;position:fixed;inset:0;
      background:hsl(222 47% 8% / 0.75);backdrop-filter:blur(5px);
      z-index:9999;align-items:center;justify-content:center;padding:1rem;
    }
    .qr-modal-backdrop.active{display:flex;}
    .qr-modal{
      background:hsl(222,45%,13%);border:1px solid var(--border);
      border-radius:1.25rem;padding:1.5rem;width:100%;max-width:320px;text-align:center;
      animation: fadeUp .4s ease forwards;
    -webkit-animation: fadeUp .4s ease forwards;
    }
    .qr-close-row{display:flex;justify-content:flex-end;margin-bottom:.5rem;}
    .qr-close-btn{background:none;border:none;color:var(--muted-fg);font-size:1rem;cursor:pointer;padding:.25rem;}
    .qr-img-wrap{width:180px;height:180px;margin:0 auto 1rem;border-radius:.875rem;overflow:hidden;background:hsl(222 45% 11%);padding:.75rem;}
    .qr-img-wrap img{width:100%;height:100%;object-fit:contain;}
    .qr-title{font-family:'Manrope',sans-serif;font-weight:700;font-size:.9rem;margin-bottom:.35rem;}
    .qr-sub{font-size:.75rem;color:var(--muted-fg);}

    /* Video lightbox */
    .lightbox-backdrop{
      display:none;position:fixed;inset:0;
      background:hsl(222 47% 6% / 0.92);backdrop-filter:blur(6px);
      z-index:9999;align-items:center;justify-content:center;padding:1rem;
    }
    .lightbox-backdrop.active{display:flex;}
    .lightbox-inner{position:relative;width:100%;max-width:760px;max-height:90vh;}
    .lightbox-close{
      position:absolute;top:-2.25rem;right:0;z-index:10;
      width:36px;height:36px;border-radius:50%;
      background:hsl(222 45% 11% / 0.7);backdrop-filter:blur(8px);
      border:1px solid var(--border);
      display:flex;align-items:center;justify-content:center;
      color:var(--fg);cursor:pointer;
    }
    .lightbox-video{width:100%;max-height:85vh;border-radius:1rem;background:#000;display:block;}
  
  @media(max-width:767px){
  .free-card {
    padding-bottom: 133%;
  }
  .avatar-loc {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
    flex-direction: column;
    row-gap: 7px;
}
  }
    @media(min-width:768px){
    .content-masonry{columns:3;column-gap:.75rem;}
    .free-card {padding-bottom: var(--pb, 140%);} 
	.avatar-loc {margin-top: 8px;}
  }