:root{
  --dp23-ink:#071a3f;
  --dp23-blue:#0b63f6;
  --dp23-blue2:#1b8cff;
  --dp23-gold:#e8b82f;
  --dp23-soft:#f4f7fb;
  --dp23-line:#dfe6f1;
  --dp23-copy:#63718a;
  --dp23-green:#0f8a61;
  --dp23-shadow:0 18px 48px rgba(10,32,74,.08);
}

.dp-profile-v023 .dp-profile-hero-parity{
  background:
    radial-gradient(circle at 88% 20%,rgba(41,164,255,.15),transparent 30%),
    linear-gradient(145deg,#f4f8ff 0%,#edf7ff 55%,#f7fbff 100%);
  border-bottom:1px solid #e4ebf4;
}

.dp-profile-v023 .dp-profile-parity-grid{
  gap:30px;
  align-items:start;
}

.dp-profile-v023 .dp-profile-visual-column{
  position:relative;
}

.dp-profile-v023 .dp-profile-photo-parity{
  width:100%;
  max-width:270px;
  aspect-ratio:4/5;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(16,51,103,.10);
  background:#eaf0f7;
  box-shadow:0 20px 50px rgba(10,32,74,.12);
}

.dp-profile-v023 .dp-profile-photo-parity img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}

.dp-profile-v023 .dp-profile-heading-parity h1{
  max-width:850px;
  color:var(--dp23-ink);
  font-size:clamp(38px,5.4vw,64px);
  line-height:.98;
  letter-spacing:-.05em;
}

.dp-profile-v023 .dp-profile-heading-parity>h2{
  margin-top:8px;
  color:#314f79;
  font-size:clamp(20px,2.6vw,31px);
  line-height:1.16;
}

.dp-profile-v023 .dp-profile-summary{
  max-width:850px;
  margin-top:12px;
  color:#52647e;
  font-size:13px;
  line-height:1.72;
}

.dp-profile-v023 .dp-profile-signal-line{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}

.dp-profile-v023 .dp-profile-kind{
  border-color:#d9e3ef;
  background:#fff;
  color:#294363;
  box-shadow:0 4px 12px rgba(17,44,82,.04);
}

.dp-membership-pill{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 10px;
  border:1px solid #ead390;
  border-radius:999px;
  background:#fff8df;
  color:#765500;
  font:800 8px Poppins,Arial,sans-serif;
  letter-spacing:.035em;
  cursor:pointer;
}

.dp-profile-v023 .dp-tags.profile-tags{
  margin-top:14px;
}

.dp-profile-v023 .dp-tags.profile-tags span{
  background:#fff;
  border-color:#dce5f0;
  color:#334968;
}

.dp-trust-architecture{
  display:grid;
  gap:11px;
  margin-top:15px;
  padding:14px;
  border:1px solid #dce6f2;
  border-radius:17px;
  background:rgba(255,255,255,.78);
  box-shadow:0 10px 28px rgba(11,44,94,.045);
}

.dp-trust-cluster{
  display:grid;
  grid-template-columns:104px minmax(0,1fr);
  gap:10px;
  align-items:center;
}

.dp-trust-cluster-label{
  color:#71809a;
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
}

.dp-trust-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.dp-trust-chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:32px;
  padding:6px 9px;
  border-radius:999px;
  font:700 8.5px Poppins,Arial,sans-serif;
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}

.dp-trust-chip:hover{
  transform:translateY(-1px);
}

.dp-trust-chip-verification{
  border:1px solid #bfe8d7;
  background:#effaf5;
  color:#176748;
}

.dp-trust-chip-verification:hover{
  border-color:#8fd4ba;
  box-shadow:0 7px 16px rgba(14,120,82,.08);
}

.dp-trust-chip-recognition{
  border:1px solid #e2d8aa;
  background:#fffaf0;
  color:#72591a;
}

.dp-trust-chip-recognition:hover{
  border-color:#d2bd68;
  box-shadow:0 7px 16px rgba(140,100,10,.07);
}

.dp-trust-icon{
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:999px;
  background:#f0d66d;
  color:#6b5000;
  font-size:9px;
  font-weight:900;
}

.dp-trust-icon-shield{
  background:#23a879;
  color:#fff;
  clip-path:polygon(50% 0,88% 15%,88% 53%,70% 80%,50% 100%,30% 80%,12% 53%,12% 15%);
  border-radius:0;
}

.dp-trust-empty{
  color:#8390a3;
  font-size:9px;
}

.dp-profile-v023 .dp-profile-facts-parity{
  margin-top:14px;
  overflow:hidden;
  border:1px solid #dce5f0;
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 20px rgba(14,45,90,.035);
}

.dp-profile-v023 .dp-profile-projection-parity{
  border-color:#d8e6f7;
  background:linear-gradient(135deg,#f8fbff,#eef6ff);
}

.dp-profile-v023 .dp-profile-actions-parity{
  gap:8px;
  margin-top:14px;
}

.dp-profile-v023 .dp-profile-actions-parity .dp-btn{
  min-height:42px;
  border-radius:12px;
}

.dp-profile-v023 .dp-like-btn{
  background:#fff;
  border:1px solid #e7b8c2;
  color:#bf3652;
}

.dp-profile-v023 .dp-like-btn.is-liked{
  border-color:#f6b4c0;
  background:#fff0f3;
  color:#b92444;
}

.dp-profile-v023 .dp-like-btn:disabled{
  opacity:.62;
  cursor:wait;
}

.dp-profile-v023 .dp-share-btn{
  background:#0b63f6;
  color:#fff;
}

.dp-profile-v023 .dp-profile-body{
  background:linear-gradient(180deg,#f7f5ef 0%,#f4f6f9 42%,#f4f7fb 100%);
}

.dp-profile-v023 .dp-profile-layout{
  gap:20px;
  align-items:start;
}

.dp-profile-v023 .dp-content-card,
.dp-profile-v023 .dp-contact-card-parity{
  border:1px solid rgba(20,50,90,.09);
  border-radius:20px;
  box-shadow:var(--dp23-shadow);
}

.dp-profile-v023 .dp-content-card{
  padding:25px;
}

.dp-profile-v023 .dp-content-card h2{
  color:var(--dp23-ink);
  letter-spacing:-.035em;
}

.dp-profile-v023 .dp-content-card>p,
.dp-profile-v023 .dp-content-card blockquote p{
  color:#53637c;
  line-height:1.78;
}

.dp-profile-v023 .dp-profile-side{
  position:sticky;
  top:82px;
}

.dp-profile-v023 .dp-contact-card-parity{
  overflow:hidden;
  background:#fff;
}

.dp-trust-summary-card{
  display:grid !important;
  grid-template-columns:34px minmax(0,1fr);
  gap:10px;
  padding:12px !important;
  border:1px solid #dce7f2 !important;
  border-radius:14px !important;
  background:#f7faff !important;
}

.dp-trust-summary-card.is-verified{
  border-color:#caeadc !important;
  background:#effaf5 !important;
}

.dp-trust-summary-icon{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:11px;
  color:#fff;
  background:#3375db;
  font-weight:900;
}

.dp-trust-summary-card.is-verified .dp-trust-summary-icon{
  background:#1c9b6e;
}

.dp-trust-summary-card strong{
  display:block;
  color:#18345d;
  font-size:9.5px;
}

.dp-trust-summary-card span{
  display:block;
  margin-top:3px;
  color:#66768f;
  font-size:8px;
  line-height:1.5;
}

.dp-profile-v023 .dp-profile-governance-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
}

.dp-profile-v023 .dp-profile-governance-links .is-report{
  grid-column:1/-1;
}

.dp-profile-v023 .dp-share-box-parity{
  padding:12px;
  border-radius:14px;
  background:#f4f7fc;
}

.dp-profile-v023 .dp-share-box-parity code{
  display:block;
  overflow:hidden;
  padding:8px 9px;
  border:1px solid #dce5f0;
  border-radius:9px;
  background:#fff;
  color:#4b5d76;
  font-size:8px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.dp-copy-link-btn{
  width:100%;
  min-height:35px;
  margin-top:7px;
  border:0;
  border-radius:9px;
  background:#e7effd;
  color:#0b54c7;
  font:800 8px Poppins,Arial,sans-serif;
  cursor:pointer;
}

.dp-copy-link-btn.is-copied{
  background:#e7f8ef;
  color:#14724d;
}

.dp-related-v023{
  padding:42px 0 52px;
  background:#f2f5f9;
  border-top:1px solid #e3e9f1;
}

.dp-related-head-v023 p:not(.dp-kicker){
  max-width:560px;
  margin:7px 0 0;
  color:#6d7b91;
  font-size:10px;
  line-height:1.6;
}

.dp-related-premium-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

.dp-related-premium-card{
  overflow:hidden;
  border:1px solid #dfe6f0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 32px rgba(10,34,73,.055);
  transition:transform .18s ease,box-shadow .18s ease;
}

.dp-related-premium-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(10,34,73,.10);
}

.dp-related-premium-media{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#eaf0f7;
}

.dp-related-premium-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  transition:transform .24s ease;
}

.dp-related-premium-card:hover img{
  transform:scale(1.025);
}

.dp-related-premium-fallback{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  color:#fff;
  background:linear-gradient(145deg,#1a73f6,#6555e9);
  font-size:42px;
  font-weight:800;
}

.dp-related-verified{
  position:absolute;
  top:10px;
  right:10px;
  padding:5px 7px;
  border-radius:999px;
  color:#16704e;
  background:rgba(245,255,250,.95);
  border:1px solid #bce7d5;
  font-size:7px;
  font-weight:900;
  backdrop-filter:blur(8px);
}

.dp-related-premium-body{
  padding:14px;
}

.dp-related-location{
  color:#72809a;
  font-size:7.5px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.dp-related-premium-body h3{
  margin:5px 0 3px;
  font-size:16px;
  line-height:1.12;
}

.dp-related-premium-body h3 a{
  color:#0b1c3e;
  text-decoration:none;
}

.dp-related-premium-body>p{
  margin:0;
  color:#5e6e86;
  font-size:9px;
  line-height:1.45;
}

.dp-related-mini-tags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-top:10px;
}

.dp-related-mini-tags span{
  padding:5px 7px;
  border-radius:999px;
  background:#f1f5fa;
  color:#50617a;
  font-size:7px;
  font-weight:600;
}

.dp-related-open{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid #edf1f5;
  color:#0b56cb;
  font-size:8.5px;
  font-weight:800;
  text-decoration:none;
}

.dp-trust-modal[hidden]{display:none!important}

.dp-trust-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:20px;
  opacity:0;
  transition:opacity .16s ease;
}

.dp-trust-modal.is-open{opacity:1}

.dp-trust-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,16,39,.62);
  backdrop-filter:blur(6px);
}

.dp-trust-modal-card{
  position:relative;
  z-index:2;
  width:min(480px,100%);
  padding:26px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:22px;
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.25);
  transform:translateY(7px) scale(.985);
  transition:transform .16s ease;
}

.dp-trust-modal.is-open .dp-trust-modal-card{
  transform:none;
}

.dp-trust-modal-close{
  position:absolute;
  top:13px;
  right:13px;
  width:34px;
  height:34px;
  border:0;
  border-radius:10px;
  background:#f1f4f8;
  color:#334764;
  font-size:20px;
  cursor:pointer;
}

.dp-trust-modal-symbol{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:15px;
  color:#fff;
  background:linear-gradient(145deg,#16a276,#0b7e59);
  font-size:20px;
  font-weight:900;
}

.dp-trust-modal-group{
  display:block;
  margin-top:14px;
  color:#8a6900;
  font-size:8px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.dp-trust-modal-card h2{
  margin:5px 0 7px;
  color:#0b1d3f;
  font-size:27px;
}

.dp-trust-modal-card>p{
  color:#5c6c85;
  font-size:11px;
  line-height:1.7;
}

.dp-trust-modal-note{
  margin:15px 0;
  padding:11px 12px;
  border:1px solid #e5eaf1;
  border-radius:12px;
  background:#f7f9fc;
  color:#69768b;
  font-size:9px;
  line-height:1.55;
}

.dp-modal-open{overflow:hidden}

.dp-profile-toast{
  position:fixed;
  z-index:10020;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  min-width:220px;
  max-width:min(440px,calc(100% - 30px));
  padding:11px 14px;
  border-radius:12px;
  color:#fff;
  background:#0b294f;
  box-shadow:0 16px 40px rgba(3,20,48,.22);
  font-size:10px;
  font-weight:700;
  text-align:center;
}

.dp-profile-toast.is-error{
  background:#9b2d3d;
}

@media(max-width:980px){
  .dp-profile-v023 .dp-profile-photo-parity{max-width:230px}
  .dp-trust-cluster{grid-template-columns:1fr}
  .dp-related-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dp-profile-v023 .dp-profile-side{position:static}
}

@media(max-width:680px){
  .dp-profile-v023 .dp-profile-parity-grid{gap:18px}
  .dp-profile-v023 .dp-profile-photo-parity{
    max-width:180px;
    aspect-ratio:1/1;
  }
  .dp-profile-v023 .dp-profile-heading-parity h1{font-size:39px}
  .dp-trust-architecture{padding:11px}
  .dp-profile-v023 .dp-profile-governance-links{grid-template-columns:1fr}
  .dp-profile-v023 .dp-profile-governance-links .is-report{grid-column:auto}
  .dp-related-premium-grid{grid-template-columns:1fr}
  .dp-related-premium-media{aspect-ratio:16/9}
}

@media (prefers-reduced-motion:reduce){
  .dp-related-premium-card,
  .dp-related-premium-media img,
  .dp-trust-chip,
  .dp-trust-modal,
  .dp-trust-modal-card{transition:none!important}
}


/* ===== DIRECPRO v0.23.1 Hotfix: colorful premium profile ===== */
.dp-profile-v023 .dp-profile-content{
  display:grid;
  gap:18px;
}

.dp-profile-v023 .dp-profile-content > .dp-content-card{
  position:relative;
  overflow:hidden;
  background:#ffffff;
}

.dp-profile-v023 .dp-profile-content > .dp-content-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  border-radius:20px 0 0 20px;
  opacity:.95;
}

.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(1){
  background:linear-gradient(145deg,#fffaf1 0%,#ffffff 100%);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(1)::before{
  background:linear-gradient(180deg,#efb423,#f5cd67);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(1) h2{color:#513800}

.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(2){
  background:linear-gradient(145deg,#f4fbff 0%,#ffffff 100%);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(2)::before{
  background:linear-gradient(180deg,#1172ff,#47abff);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(2) h2{color:#083e93}

.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(3){
  background:linear-gradient(145deg,#f6fff9 0%,#ffffff 100%);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(3)::before{
  background:linear-gradient(180deg,#149f69,#5ad7a5);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(3) h2{color:#0f6c4b}

.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(4){
  background:linear-gradient(145deg,#fff7fb 0%,#ffffff 100%);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(4)::before{
  background:linear-gradient(180deg,#d85aa6,#f2aad0);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(4) h2{color:#8e2b61}

.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(5){
  background:linear-gradient(145deg,#f7f5ff 0%,#ffffff 100%);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(5)::before{
  background:linear-gradient(180deg,#6758e8,#9d92f5);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(5) h2{color:#4a38be}

.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(6){
  background:linear-gradient(145deg,#fffaf3 0%,#ffffff 100%);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(6)::before{
  background:linear-gradient(180deg,#e39c14,#f6d06f);
}
.dp-profile-v023 .dp-profile-content > .dp-content-card:nth-of-type(6) h2{color:#926000}

.dp-profile-v023 .dp-content-card .dp-kicker{
  letter-spacing:.16em;
}

.dp-profile-v023 .dp-contact-card-parity{
  background:
    radial-gradient(circle at 100% 0, rgba(40,118,255,.08), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}

.dp-profile-v023 .dp-share-box-parity{
  background:linear-gradient(180deg,#f5f9ff 0%,#eef5ff 100%);
  border:1px solid #d8e6fb;
}

.dp-profile-v023 .dp-rating-panel-parity::after,
.dp-profile-v023 .dp-testimonials-panel::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:140px;
  height:140px;
  pointer-events:none;
  opacity:.16;
}

.dp-profile-v023 .dp-rating-panel-parity::after{
  background:radial-gradient(circle at top right,#f0be36 0%,transparent 68%);
}
.dp-profile-v023 .dp-testimonials-panel::after{
  background:radial-gradient(circle at top right,#4f84ff 0%,transparent 68%);
}

.dp-trust-summary-card{
  align-items:center;
}
.dp-trust-summary-card span{
  display:none !important;
}

@media(max-width:680px){
  .dp-profile-v023 .dp-profile-content > .dp-content-card::before{
    width:100%;
    height:4px;
    inset:0 0 auto 0;
    border-radius:20px 20px 0 0;
  }
}
