
/* ==========================================================================
   DIRECPRO v0.24.2 — Text Standardization + Responsive Premium Polish
   Objetivo: texto legible, paneles equilibrados, sin cruces visuales,
   tarjetas y acciones consistentes, 100% responsive.
   ========================================================================== */

:root{
  --dp242-ink:#081a3b;
  --dp242-copy:#4f5f77;
  --dp242-soft:#f6f9fd;
  --dp242-line:#dbe4ef;
  --dp242-shadow:0 16px 44px rgba(10,32,74,.08);
  --dp242-shadow-soft:0 10px 24px rgba(10,32,74,.05);
}

/* safety */
.dp-profile-v023 *,
.dp-related-v0241 *{min-width:0;box-sizing:border-box}

.dp-profile-v023 .dp-wrap{max-width:1280px}
.dp-profile-v023 .dp-profile-parity-grid,
.dp-profile-v023 .dp-profile-layout,
.dp-profile-v023 .dp-profile-heading-parity,
.dp-profile-v023 .dp-profile-content,
.dp-profile-v023 .dp-profile-side,
.dp-profile-v023 .dp-contact-card-parity,
.dp-related-v0241 .dp-related-premium-grid,
.dp-related-v0241 .dp-related-premium-card,
.dp-related-v0241 .dp-related-premium-body{min-width:0}

/* ---------- HERO + TYPOGRAPHY ---------- */
.dp-profile-v023 .dp-profile-hero-parity{
  background:
    radial-gradient(circle at 92% 14%,rgba(35,126,255,.12),transparent 28%),
    linear-gradient(145deg,#f5f9ff 0%,#eef6ff 52%,#f8fbff 100%);
}

.dp-profile-v023 .dp-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:18px;
}

.dp-profile-v023 .dp-breadcrumb,
.dp-profile-v023 .dp-breadcrumb a,
.dp-profile-v023 .dp-breadcrumb span{
  font-size:12px;
  line-height:1.5;
}

.dp-profile-v023 .dp-profile-parity-grid{
  display:grid;
  grid-template-columns:minmax(220px,280px) minmax(0,1fr);
  gap:34px;
  align-items:start;
}

.dp-profile-v023 .dp-profile-heading-parity h1{
  max-width:unset;
  font-size:clamp(42px,5.6vw,66px);
  line-height:1.01;
}

.dp-profile-v023 .dp-profile-heading-parity>h2{
  margin-top:10px;
  color:#39557b;
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.22;
  letter-spacing:-.02em;
}

.dp-profile-v023 .dp-profile-summary,
.dp-profile-v023 .dp-content-card>p,
.dp-profile-v023 .dp-content-card blockquote p,
.dp-profile-v023 .dp-contact-card-parity>p,
.dp-profile-v023 .dp-testimonials-parity blockquote p,
.dp-profile-v023 .dp-empty-inline span,
.dp-profile-v023 .dp-safety-note{
  font-size:14px;
  line-height:1.78;
  color:var(--dp242-copy);
}

.dp-profile-v023 .dp-profile-summary{max-width:920px}

.dp-profile-v023 .dp-rating-summary{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:14px}
.dp-profile-v023 .dp-rating-summary strong,
.dp-profile-v023 .dp-rating-summary small{font-size:14px}
.dp-profile-v023 .dp-rating-stars i{font-size:15px}

.dp-profile-v023 .dp-tags.profile-tags,
.dp-profile-v023 .dp-tags.large-tags,
.dp-related-v0241 .dp-related-mini-tags{
  display:flex;flex-wrap:wrap;gap:8px;
}

.dp-profile-v023 .dp-tags.profile-tags span,
.dp-profile-v023 .dp-tags.large-tags span,
.dp-related-v0241 .dp-related-mini-tags span{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:11px;
  line-height:1.3;
}

/* ---------- TRUST / CHIPS ---------- */
.dp-trust-architecture{
  gap:14px;
  padding:16px;
  border-radius:18px;
}

.dp-trust-cluster{
  grid-template-columns:130px minmax(0,1fr);
  align-items:flex-start;
}

.dp-trust-cluster-label{
  padding-top:9px;
  font-size:10px;
  line-height:1.35;
}

.dp-trust-chip-row{gap:8px}

.dp-trust-chip{
  max-width:100%;
  min-height:36px;
  padding:8px 11px;
  gap:8px;
  font-size:11px;
  line-height:1.25;
  text-align:left;
}

.dp-trust-chip span:last-child{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.dp-trust-icon{width:22px;height:22px;font-size:10px;flex:0 0 22px}
.dp-membership-pill{min-height:34px;padding:7px 12px;font-size:10px;line-height:1.2}

/* ---------- FACTS / PROJECTION / ACTIONS ---------- */
.dp-profile-v023 .dp-profile-facts-parity{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.dp-profile-v023 .dp-profile-facts-parity span{
  min-height:74px;
  padding:14px 16px;
}

.dp-profile-v023 .dp-profile-facts-parity strong{
  display:block;
  font-size:15px;
  line-height:1.35;
  color:#17335d;
}

.dp-profile-v023 .dp-profile-facts-parity small{
  display:block;
  margin-top:4px;
  font-size:11px;
  line-height:1.45;
  color:#74829a;
}

.dp-profile-v023 .dp-profile-projection-parity{
  padding:16px 18px 14px;
  border:1px solid #d8e6f7;
  border-radius:16px;
}

.dp-profile-v023 .dp-projection-copy{
  display:grid;
  grid-template-columns:minmax(0,2fr) repeat(2,minmax(88px,1fr));
  gap:10px;
  align-items:end;
}

.dp-profile-v023 .dp-projection-copy p{margin:0;min-width:0}
.dp-profile-v023 .dp-projection-copy p strong,
.dp-profile-v023 .dp-projection-copy p b{display:block;font-size:15px;line-height:1.35;color:#15335f}
.dp-profile-v023 .dp-projection-copy p span{display:block;font-size:11px;line-height:1.45;color:#6f8097}
.dp-profile-v023 .dp-projection-meter{margin-top:12px;height:8px;border-radius:999px;overflow:hidden}

.dp-profile-v023 .dp-profile-actions-parity{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.dp-profile-v023 .dp-profile-actions-parity .dp-btn,
.dp-profile-v023 .dp-like-form,
.dp-profile-v023 .dp-like-form .dp-btn{
  max-width:100%;
}

.dp-profile-v023 .dp-profile-actions-parity .dp-btn{
  min-height:44px;
  padding:0 16px;
  font-size:12px;
  line-height:1.25;
  white-space:nowrap;
}

/* ---------- MAIN LAYOUT / PANELS ---------- */
.dp-profile-v023 .dp-profile-body{
  background:linear-gradient(180deg,#f7f5ef 0%,#f4f6f9 38%,#f4f7fb 100%);
}

.dp-profile-v023 .dp-profile-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,360px);
  gap:22px;
  align-items:start;
}

.dp-profile-v023 .dp-profile-content{display:grid;gap:18px}

.dp-profile-v023 .dp-content-card,
.dp-profile-v023 .dp-contact-card-parity{
  overflow:hidden;
  border-radius:22px;
  box-shadow:var(--dp242-shadow);
}

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

.dp-profile-v023 .dp-content-card h2,
.dp-profile-v023 .dp-contact-card-parity h2,
.dp-related-v0241 .dp-related-head-v023 h2{
  font-size:clamp(18px,2vw,24px);
  line-height:1.18;
  letter-spacing:-.03em;
  word-break:break-word;
}

.dp-profile-v023 .dp-content-card h2{margin:6px 0 10px}
.dp-profile-v023 .dp-content-card .dp-kicker,
.dp-profile-v023 .dp-contact-card-parity .dp-kicker,
.dp-related-v0241 .dp-kicker{
  display:block;
  margin-bottom:8px;
  font-size:10px;
  line-height:1.35;
  letter-spacing:.14em;
}

.dp-profile-v023 .dp-content-card p,
.dp-profile-v023 .dp-content-card li,
.dp-profile-v023 .dp-contact-card-parity p,
.dp-profile-v023 .dp-contact-card-parity span,
.dp-profile-v023 .dp-contact-card-parity strong,
.dp-profile-v023 .dp-share-box-parity span,
.dp-profile-v023 .dp-share-box-parity small,
.dp-related-v0241 .dp-related-location,
.dp-related-v0241 .dp-related-premium-body>p,
.dp-related-v0241 .dp-text-action{
  word-break:break-word;
}

.dp-profile-v023 .dp-note{
  margin-top:12px;
  padding:10px 12px;
  border:1px solid #dde7f1;
  border-radius:12px;
  background:rgba(255,255,255,.72);
  color:#63728a;
  font-size:12px;
  line-height:1.65;
}

.dp-profile-v023 .dp-empty-inline{
  display:grid;
  gap:6px;
  padding:18px 16px;
  border:1px dashed #d8e1ec;
  border-radius:16px;
  background:rgba(255,255,255,.72);
}

.dp-profile-v023 .dp-empty-inline strong{
  color:#17355f;
  font-size:14px;
  line-height:1.45;
}

/* rating / testimonials */
.dp-profile-v023 .dp-rating-panel-parity{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
}

.dp-profile-v023 .dp-rating-panel-parity form{
  display:grid;
  gap:12px;
  justify-items:end;
}

.dp-profile-v023 .dp-star-input{display:flex;flex-direction:row-reverse;gap:4px}
.dp-profile-v023 .dp-star-input label{font-size:24px;line-height:1;cursor:pointer}
.dp-profile-v023 .dp-rating-panel-parity .dp-btn{min-height:42px;padding:0 16px;font-size:12px}

.dp-profile-v023 .dp-testimonials-parity{
  display:grid;
  gap:14px;
  margin-top:16px;
}

.dp-profile-v023 .dp-testimonials-parity blockquote{
  margin:0;
  padding:18px;
  border:1px solid #dfe7f1;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  box-shadow:var(--dp242-shadow-soft);
}

.dp-profile-v023 .dp-testimonials-parity footer{
  display:grid;
  gap:4px;
  margin-top:12px;
}

.dp-profile-v023 .dp-testimonials-parity footer strong{font-size:13px;color:#17345e}
.dp-profile-v023 .dp-testimonials-parity footer span{font-size:12px;color:#728099}

.dp-profile-v023 .dp-testimonial-form-parity{margin-top:14px}
.dp-profile-v023 .dp-testimonial-form-parity summary{
  list-style:none;
  cursor:pointer;
  padding:12px 14px;
  border:1px solid #dbe4ef;
  border-radius:14px;
  background:#fff;
  color:#0b54c7;
  font-size:12px;
  font-weight:800;
}
.dp-profile-v023 .dp-testimonial-form-parity form{
  display:grid;
  gap:12px;
  padding-top:14px;
}
.dp-profile-v023 .dp-testimonial-form-parity label,
.dp-profile-v023 .dp-testimonial-form-parity small{
  font-size:12px;
  line-height:1.5;
  color:#5d6d84;
}
.dp-profile-v023 .dp-testimonial-form-parity input,
.dp-profile-v023 .dp-testimonial-form-parity textarea,
.dp-profile-v023 .dp-testimonial-form-parity select{
  width:100%;
  min-height:44px;
  margin-top:6px;
  padding:11px 13px;
  border:1px solid #d6e0eb;
  border-radius:12px;
  background:#fff;
  color:#20385c;
  font:500 14px/1.45 Poppins,Arial,sans-serif;
}
.dp-profile-v023 .dp-testimonial-form-parity textarea{min-height:140px;resize:vertical}

/* ---------- ASIDE ---------- */
.dp-profile-v023 .dp-profile-side{position:sticky;top:86px}
.dp-profile-v023 .dp-contact-card-parity{
  padding:22px 20px;
  background:
    radial-gradient(circle at 100% 0,rgba(40,118,255,.09),transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}

.dp-profile-v023 .dp-contact-icon{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  margin-bottom:12px;
  border-radius:10px;
  background:#edf4ff;
  color:#2c67d6;
  font-size:16px;
  font-weight:800;
}

.dp-profile-v023 .dp-contact-card-parity .dp-btn,
.dp-profile-v023 .dp-contact-card-parity .dp-link,
.dp-profile-v023 .dp-profile-governance-links a,
.dp-profile-v023 .dp-social a,
.dp-copy-link-btn{
  min-height:42px;
  font-size:12px;
  line-height:1.25;
}

.dp-profile-v023 .dp-contact-card-parity .dp-btn{padding:0 15px}
.dp-profile-v023 .dp-contact-card-parity > div{display:grid;gap:4px;margin-top:14px}
.dp-profile-v023 .dp-contact-card-parity > div strong{font-size:12px;line-height:1.4;color:#17365f}
.dp-profile-v023 .dp-contact-card-parity > div span{font-size:13px;line-height:1.6;color:#5b6a83}

.dp-profile-v023 .dp-social{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

.dp-profile-v023 .dp-social a,
.dp-profile-v023 .dp-profile-governance-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border:1px solid #dce5f0;
  border-radius:999px;
  background:#fff;
  color:#26476b;
  text-decoration:none;
  text-align:center;
}

.dp-profile-v023 .dp-profile-governance-links{
  grid-template-columns:1fr;
  gap:8px;
  margin-top:14px;
}
.dp-profile-v023 .dp-profile-governance-links .is-report{
  color:#a04d43;
  background:#fff6f5;
  border-color:#eed4d0;
}

.dp-trust-summary-card{
  gap:12px;
  padding:14px !important;
  margin-top:14px;
}
.dp-trust-summary-icon{flex:0 0 34px}
.dp-trust-summary-card strong{font-size:13px;line-height:1.4}

.dp-profile-v023 .dp-share-box-parity{
  display:grid;
  gap:10px;
  margin-top:14px;
  padding:14px;
}

.dp-profile-v023 .dp-share-box-parity span{font-size:11px;font-weight:800;color:#72819a;text-transform:uppercase;letter-spacing:.08em}
.dp-profile-v023 .dp-share-box-parity code{
  overflow-wrap:anywhere;
  word-break:break-word;
  white-space:normal;
  font-size:12px;
  line-height:1.55;
}
.dp-profile-v023 .dp-share-box-parity small,
.dp-profile-v023 .dp-share-box-parity small a{font-size:12px;line-height:1.55;color:#62728a}
.dp-copy-link-btn{margin-top:0;font-size:12px}

.dp-profile-v023 .dp-safety-note{margin-top:14px;font-size:12px;line-height:1.7}

/* ---------- RELATED GRID ---------- */
.dp-related-v0241{
  padding:46px 0 58px;
  background:
    radial-gradient(circle at 90% 14%,rgba(35,111,244,.05),transparent 26%),
    linear-gradient(180deg,#f1f5fa 0%,#eef3f8 100%);
}

.dp-related-v0241 .dp-related-head-v023{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
}

.dp-related-v0241 .dp-related-head-v023 p:not(.dp-kicker){
  max-width:680px;
  margin-top:8px;
  font-size:14px;
  line-height:1.72;
  color:#63728a;
}

.dp-related-v0241 .dp-text-action{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border:1px solid #d9e4f2;
  border-radius:999px;
  background:#fff;
  color:#0b56cb;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  box-shadow:var(--dp242-shadow-soft);
}

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

.dp-related-v0241 .dp-related-premium-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
}

.dp-related-v0241 .dp-related-premium-media{aspect-ratio:4/5}
.dp-related-v0241 .dp-related-premium-body{display:flex;flex-direction:column;gap:0;min-height:184px;padding:15px}
.dp-related-v0241 .dp-related-location{font-size:10px;line-height:1.45;letter-spacing:.08em}
.dp-related-v0241 .dp-related-premium-body h3{margin:7px 0 4px;font-size:18px;line-height:1.16;word-break:break-word}
.dp-related-v0241 .dp-related-premium-body>p{
  display:-webkit-box;
  overflow:hidden;
  min-height:38px;
  margin:0;
  font-size:13px;
  line-height:1.55;
  color:#5f6f86;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.dp-related-v0241 .dp-related-mini-tags{margin-top:10px}
.dp-related-v0241 .dp-related-mini-tags span{font-size:10px}
.dp-related-v0241 .dp-related-open{margin-top:auto;padding-top:12px;font-size:12px;line-height:1.35}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1120px){
  .dp-profile-v023 .dp-profile-layout{
    grid-template-columns:minmax(0,1fr) minmax(280px,330px);
  }
  .dp-profile-v023 .dp-projection-copy{
    grid-template-columns:minmax(0,1fr) repeat(2,minmax(80px,1fr));
  }
}

@media(max-width:980px){
  .dp-profile-v023 .dp-profile-parity-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .dp-profile-v023 .dp-profile-photo-parity{max-width:230px}
  .dp-profile-v023 .dp-profile-layout{
    grid-template-columns:1fr;
  }
  .dp-profile-v023 .dp-profile-side{position:static}
  .dp-profile-v023 .dp-rating-panel-parity{
    grid-template-columns:1fr;
  }
  .dp-profile-v023 .dp-rating-panel-parity form{justify-items:start}
  .dp-related-v0241 .dp-related-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  .dp-trust-cluster{grid-template-columns:1fr}
  .dp-trust-cluster-label{padding-top:0}
  .dp-profile-v023 .dp-profile-facts-parity{
    grid-template-columns:1fr;
  }
  .dp-profile-v023 .dp-profile-facts-parity span{min-height:auto}
  .dp-profile-v023 .dp-projection-copy{
    grid-template-columns:1fr;
  }
  .dp-profile-v023 .dp-profile-actions-parity .dp-btn,
  .dp-profile-v023 .dp-like-form,
  .dp-profile-v023 .dp-like-form .dp-btn{
    width:100%;
  }
  .dp-profile-v023 .dp-contact-card-parity,
  .dp-profile-v023 .dp-content-card{padding:22px 18px}
  .dp-related-v0241 .dp-related-head-v023{align-items:flex-start}
}

@media(max-width:620px){
  .dp-profile-v023 .dp-breadcrumb,
  .dp-profile-v023 .dp-breadcrumb a,
  .dp-profile-v023 .dp-breadcrumb span{font-size:11px}

  .dp-profile-v023 .dp-profile-heading-parity h1{font-size:clamp(34px,11vw,44px)}
  .dp-profile-v023 .dp-profile-heading-parity>h2{font-size:clamp(20px,6vw,26px)}
  .dp-profile-v023 .dp-profile-summary,
  .dp-profile-v023 .dp-content-card>p,
  .dp-profile-v023 .dp-content-card blockquote p,
  .dp-profile-v023 .dp-contact-card-parity>p,
  .dp-profile-v023 .dp-testimonials-parity blockquote p,
  .dp-profile-v023 .dp-empty-inline span,
  .dp-profile-v023 .dp-safety-note,
  .dp-related-v0241 .dp-related-head-v023 p:not(.dp-kicker){font-size:13px;line-height:1.7}

  .dp-profile-v023 .dp-profile-photo-parity{
    max-width:190px;
    aspect-ratio:4/5;
  }

  .dp-profile-v023 .dp-trust-chip,
  .dp-membership-pill,
  .dp-profile-v023 .dp-tags.profile-tags span,
  .dp-profile-v023 .dp-tags.large-tags span,
  .dp-related-v0241 .dp-related-mini-tags span{font-size:10px}

  .dp-related-v0241{padding:34px 0 42px}
  .dp-related-v0241 .dp-related-premium-grid{grid-template-columns:1fr;gap:14px}
  .dp-related-v0241 .dp-related-premium-card{width:min(100%,390px)}
  .dp-related-v0241 .dp-related-premium-body{min-height:168px}
}

@media(prefers-reduced-motion:reduce){
  .dp-profile-v023 *,
  .dp-related-v0241 *{transition:none!important}
}
