body{
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  background: #050816;
  color: #f5f5f5;
}

.consultant-list{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:28px;
  justify-items:center;
}

/* DEN BLÅ BOKS */
.lv-card{
  position: relative;
  width: 320px;
  height: 480px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.5);
  backdrop-filter: blur(6px);
}

/* HVID BAGPLADE (BAGVED FOTO) */
.lv-backplate{
  position:absolute;
  left:40px;
  right:40px;
  top:40px;
  height:400px;
  border-radius:18px;
  background:#f3f3f3;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}

/* FOTO (PNG uden baggrund) – må gerne gå “ud over” bagpladen */
.lv-photo{
  position:absolute;
  left:14px;
  right:14px;
  top:-8px;              /* gør at foto går lidt op/ud */
  height:290px;
  width:calc(100% - 28px);
  object-fit:contain;    /* vigtigt for PNG */
  background:transparent;
  pointer-events:none;
}

/* OVAL OVERLAY (FORAN alt) */
.lv-oval{
  position:absolute;
  left:-10px;
  right:-20px;
  top:180px;
  height:110px;

  background-image:url('/images/oval_consultant.png');
  background-size:100% 100%;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:0 40px;
}

.lv-tags{
  position:absolute;
  top:20px;     /* flyt op/ned */
  left:140px;     /* flyt højre/venstre */

  font-weight:400;
  font-size:12px;
  line-height:1.18;
}

.lv-tags div{
  white-space:nowrap;
}

/* Profil-knap */
.lv-profile{
  position:absolute;

  top:32px;     /* flyt op/ned */
  right:55px;    /* flyt højre/venstre */

  text-decoration:none;
  color:#fff;

  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;

  min-width:60px;
}

.lv-profileDot{
  width:30px;
  height:30px;

  background-image:url('/images/LV_engel_1.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  transition: transform .15s ease;
}

.lv-profile:hover .lv-profileDot{
  background-image:url('/images/LV_engel_2.png');
  transform: scale(1.05);
}

.lv-profileText{
  font-size:11px;
  font-weight:500;
  line-height:1;
}

.lv-flags{
  position:absolute;
  left:82px;
  top:35px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  min-height:36px;
  gap:2px;
  z-index:4;
}

.lv-flags img{
  width:18px;
  height:auto;
  display:block;
}

/* Tekstfelt-området */
.lv-title{
  position:absolute;
  left:18px;
  right:18px;
  top:290px;
  text-align:center;
  font-size:20px;
  font-weight:500;
  color:#1b2a5b;
}

.lv-label{
  position:absolute;
  left:60px;
  right:22px;
  top:320px;
  font-size:12px;
  color:#1b2a5b;
}

.lv-input{
  position:absolute;
  left:50px;
  right:50px;
  top:340px;
  height:30px;
  border-radius:18px;
   border:1px solid #000;
  outline:none;
  padding:0 14px;
  background: rgba(255,255,255,.85);
}

/* knapper */
.lv-actions{
  position:absolute;
  left:50px;
  right:95px;
  top:380px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:nowrap;
}

.lv-call{
  border:3px solid #bfe7a7;
  background:#dbeebd;
  color:#2a2414;
  font-weight:800;
  padding:10px 16px;
  border-radius:18px;
}

.lv-call,
.lv-queue{
  box-sizing:border-box;
}

.lv-login{
  border:1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.85);
  color:#3a3a3a;
  font-weight:800;
  padding:10px 16px;
  border-radius:18px;
}

/* STATUS CIRCLE (placering som på dit foto) */
.lv-status{
  position:absolute;
  right:10px;
  bottom:10px;
  width:86px;
  height:86px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 10px 18px rgba(0,0,0,.30);
}

.lv-status.available{ background:#bfe7a7; color:#17410e; }
.lv-status.busy{ background:#e1a6a4; color:#5b0f0a; }
.lv-status.offline{ background:#b2c3dd; color:#5a4b0b; }

/* DIAMANTER I BLÅ BOKS */
.lv-reviewsRow{
  position:absolute;
  left:0;
  right:50px;
  bottom:5px;
  text-align:center;
}

.lv-reviewsLabel{
  position:absolute;

  left:55px;      /* flyt højre/venstre */
  bottom:36px;    /* flyt op/ned */

  font-size:10px;
  font-weight:600;
  color:#252545;
}

.lv-diamonds{
  display:flex;
  justify-content:center;
  gap:6px;
}

.lv-dia{
  width:30px;
  height:auto;
  display:block;
}

.phone-top-links{
  display:flex;
  justify-content:center;
  gap:26px;
  flex-wrap:wrap;
  margin:10px 0 22px;
}

.phone-top-link{
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:600;
}

.phone-top-link:hover{
  text-decoration:underline;
}


.phone-info{
  max-width: 760px;
  margin: 14px auto 28px;
  text-align: center;
  color: #e8e8ef;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

.phone-info p{
  margin: 0;
}

.phone-price{
  margin-top: 8px !important;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(255,255,255,0.82);
}

.lv-queue{
  border:3px solid #f2a096;
  background:#fff;
  color:#333;
  font-weight:800;
  padding:10px 16px;
  border-radius:18px;
  min-width:0;
  height:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  flex:0 0 auto;
  box-sizing:border-box;
}

.lv-queue-position-inline{
  font-size:13px;
  font-weight:700;
  color:#1b2a5b;
  white-space:nowrap;
  flex:0 0 auto;
}

.lv-next-online{
  position:absolute;
  left:50px;
  right:50px;
  top:340px;
  font-size:14px;
  text-align:center;
  color:#1b2a5b;
}

.lv-modal[hidden]{
  display:none !important;
}

.lv-modal{
  position:fixed;
  inset:0;
  z-index:9999;
}

.lv-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,16,40,.45);
  backdrop-filter:blur(2px);
}

.lv-modal-card{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(92vw, 460px);
  background:#fff;
  border-radius:24px;
  padding:24px 22px 20px;
  box-shadow:0 20px 60px rgba(0,0,0,.18);
  text-align:center;
}

.lv-modal-title{
  font-size:28px;
  line-height:1.2;
  margin-bottom:12px;
  color:#1f2d5a;
  font-weight:600;
}

.lv-modal-text{
  font-size:18px;
  line-height:1.5;
  color:#2b2b2b;
  margin-bottom:20px;
}

.lv-modal-actions{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

.lv-modal-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:140px;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  font-size:17px;
  font-weight:600;
  border:none;
  cursor:pointer;
}

.lv-modal-btn-primary{
  background:#cfe88c;
  color:#1f2d1a;
}

.lv-modal-btn-secondary{
  background:#1f2d5a;
  color:#fff;
}