
/* ==========================================================================
   DIRECPRO v0.25.1 — Service Request Premium UX Hotfix
   Corrige la página /solicitar/{servicio}/ que existía funcionalmente
   pero carecía de estilos dedicados.
   ========================================================================== */

.dp-request-v0251{
  --rq-ink:#081a3b;
  --rq-copy:#54647d;
  --rq-muted:#78869b;
  --rq-line:#dce5ef;
  --rq-blue:#0b63f6;
  --rq-gold:#ddb02b;
  --rq-green:#14805a;
  --rq-bg:#f7f5ef;
  --rq-card:#ffffff;
  --rq-shadow:0 18px 48px rgba(10,32,74,.08);
  --rq-shadow-soft:0 10px 26px rgba(10,32,74,.055);
  overflow:hidden;
  color:var(--rq-ink);
}

.dp-request-v0251 *,
.dp-request-v0251 *::before,
.dp-request-v0251 *::after{
  box-sizing:border-box;
  min-width:0;
}

.dp-request-v0251 .dp-wrap{
  width:min(1180px,calc(100% - 36px));
  margin-inline:auto;
}

/* HERO */
.dp-request-v0251 .dp-request-hero{
  position:relative;
  padding:34px 0 38px;
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 18%,rgba(45,132,255,.12),transparent 27%),
    linear-gradient(145deg,#f5f9ff 0%,#edf6ff 54%,#fbfdff 100%);
  border-bottom:1px solid #e3eaf3;
}

.dp-request-v0251 .dp-request-hero::after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-145px;
  width:330px;
  height:330px;
  border-radius:50%;
  border:1px solid rgba(26,103,234,.10);
  box-shadow:
    0 0 0 38px rgba(26,103,234,.025),
    0 0 0 78px rgba(26,103,234,.018);
  pointer-events:none;
}

.dp-request-v0251 .dp-breadcrumb{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  margin-bottom:26px;
  color:#73829a;
}

.dp-request-v0251 .dp-breadcrumb,
.dp-request-v0251 .dp-breadcrumb a,
.dp-request-v0251 .dp-breadcrumb span{
  font-size:11px;
  line-height:1.5;
  text-decoration:none;
}

.dp-request-v0251 .dp-breadcrumb a{
  color:#46658f;
}

.dp-request-v0251 .dp-request-head{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,380px);
  gap:30px;
  align-items:center;
}

.dp-request-v0251 .dp-kicker{
  margin:0 0 9px;
  color:#a47600;
  font-size:10px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.dp-request-v0251 .dp-request-head h1{
  max-width:720px;
  margin:0;
  color:var(--rq-ink);
  font-size:clamp(36px,4.5vw,56px);
  line-height:1.02;
  letter-spacing:-.045em;
}

.dp-request-v0251 .dp-request-head > div > p:last-child{
  max-width:720px;
  margin:15px 0 0;
  color:var(--rq-copy);
  font-size:14px;
  line-height:1.78;
}

/* SERVICE SUMMARY IN HERO */
.dp-request-v0251 .dp-request-service{
  display:grid;
  grid-template-columns:116px minmax(0,1fr);
  gap:16px;
  align-items:center;
  overflow:hidden;
  padding:14px;
  border:1px solid rgba(15,60,120,.10);
  border-radius:20px;
  background:rgba(255,255,255,.88);
  box-shadow:var(--rq-shadow);
  backdrop-filter:blur(10px);
}

.dp-request-v0251 .dp-request-service img{
  width:116px;
  height:138px;
  object-fit:cover;
  object-position:center top;
  border-radius:15px;
  background:#eaf0f7;
}

.dp-request-v0251 .dp-request-service > div{
  display:grid;
  gap:5px;
}

.dp-request-v0251 .dp-request-service small{
  color:#71809a;
  font-size:10px;
  line-height:1.4;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.dp-request-v0251 .dp-request-service strong{
  display:block;
  color:#122a50;
  font-size:16px;
  line-height:1.35;
  word-break:break-word;
}

.dp-request-v0251 .dp-request-service span{
  display:inline-flex;
  justify-self:start;
  margin-top:3px;
  padding:6px 9px;
  border-radius:999px;
  background:#fff6d8;
  color:#805d00;
  font-size:12px;
  line-height:1.35;
  font-weight:800;
}

/* BODY */
.dp-request-v0251 .dp-request-body{
  padding:34px 0 56px;
  background:
    radial-gradient(circle at 12% 90%,rgba(226,179,45,.055),transparent 25%),
    linear-gradient(180deg,#f8f6f0 0%,#f5f7fa 100%);
}

.dp-request-v0251 .dp-request-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(290px,350px);
  gap:22px;
  align-items:start;
}

/* FORM CARD */
.dp-request-v0251 .dp-request-form,
.dp-request-v0251 .dp-request-side,
.dp-request-v0251 .dp-request-success{
  border:1px solid rgba(16,49,94,.09);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--rq-shadow);
}

.dp-request-v0251 .dp-request-form{
  padding:28px;
}

.dp-request-v0251 .dp-request-form h2,
.dp-request-v0251 .dp-request-side h2,
.dp-request-v0251 .dp-request-success h2{
  margin:4px 0 10px;
  color:var(--rq-ink);
  font-size:clamp(24px,2.6vw,34px);
  line-height:1.12;
  letter-spacing:-.035em;
}

.dp-request-v0251 .dp-request-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
  margin-top:20px;
}

.dp-request-v0251 .dp-request-fields label{
  display:grid;
  gap:7px;
  align-content:start;
}

.dp-request-v0251 .dp-request-fields label.full{
  grid-column:1/-1;
}

.dp-request-v0251 .dp-request-fields label > span{
  color:#334a6a;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
}

.dp-request-v0251 input,
.dp-request-v0251 select,
.dp-request-v0251 textarea{
  width:100%;
  max-width:100%;
  border:1px solid #d5dfeb;
  border-radius:12px;
  outline:none;
  background:#fbfcfe;
  color:#162e51;
  font:500 14px/1.45 Poppins,Arial,sans-serif;
  transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;
}

.dp-request-v0251 input,
.dp-request-v0251 select{
  min-height:46px;
  padding:11px 12px;
}

.dp-request-v0251 textarea{
  min-height:150px;
  padding:12px;
  resize:vertical;
}

.dp-request-v0251 input:focus,
.dp-request-v0251 select:focus,
.dp-request-v0251 textarea:focus{
  border-color:#7eafff;
  background:#fff;
  box-shadow:0 0 0 3px rgba(11,99,246,.08);
}

.dp-request-v0251 input::placeholder,
.dp-request-v0251 textarea::placeholder{
  color:#97a3b4;
}

/* Honeypot */
.dp-request-v0251 .dp-honeypot{
  position:absolute!important;
  left:-99999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* Consent */
.dp-request-v0251 .dp-request-consent{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  gap:9px;
  align-items:start;
  margin-top:18px;
  padding:13px 14px;
  border:1px solid #e1e7ef;
  border-radius:13px;
  background:#f8fafc;
  color:#5c6d85;
}

.dp-request-v0251 .dp-request-consent input{
  width:17px;
  height:17px;
  min-height:0;
  margin-top:2px;
  accent-color:var(--rq-blue);
}

.dp-request-v0251 .dp-request-consent span,
.dp-request-v0251 .dp-request-consent a{
  font-size:12px;
  line-height:1.6;
}

.dp-request-v0251 .dp-request-consent a{
  color:#0a58ce;
  font-weight:700;
}

/* Error */
.dp-request-v0251 .dp-request-error{
  margin-top:12px;
  padding:11px 13px;
  border:1px solid #f0cbd1;
  border-radius:12px;
  background:#fff2f4;
  color:#9b3344;
  font-size:12px;
  line-height:1.55;
  font-weight:600;
}

/* Submit */
.dp-request-v0251 .dp-request-form > .dp-btn.full{
  width:100%;
  min-height:48px;
  margin-top:16px;
  border-radius:13px;
  color:#11284c;
  background:linear-gradient(135deg,#f1c746,#d8a720);
  box-shadow:0 11px 24px rgba(197,145,13,.18);
  font-size:12px;
  font-weight:800;
}

/* SIDE SUMMARY */
.dp-request-v0251 .dp-request-side{
  position:sticky;
  top:86px;
  padding:23px 20px;
  overflow:hidden;
  background:
    radial-gradient(circle at 100% 0,rgba(48,126,255,.09),transparent 30%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}

.dp-request-v0251 .dp-request-side::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:linear-gradient(180deg,#f0c244,#0b63f6);
}

.dp-request-v0251 .dp-request-side > div{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:10px;
  padding:11px 0;
  border-bottom:1px solid #edf1f5;
}

.dp-request-v0251 .dp-request-side > div:last-of-type{
  border-bottom:0;
}

.dp-request-v0251 .dp-request-side > div strong{
  color:#2d4568;
  font-size:12px;
  line-height:1.45;
}

.dp-request-v0251 .dp-request-side > div span{
  color:#607089;
  font-size:12px;
  line-height:1.55;
  overflow-wrap:anywhere;
}

.dp-request-v0251 .dp-request-note{
  margin:16px 0 0;
  padding:12px 13px;
  border:1px solid #e2e9f2;
  border-radius:13px;
  background:#f5f8fc;
  color:#64758e;
  font-size:12px;
  line-height:1.65;
}

/* SUCCESS */
.dp-request-v0251 .dp-request-success{
  grid-column:1/-1;
  max-width:820px;
  margin-inline:auto;
  padding:34px;
  text-align:center;
}

.dp-request-v0251 .dp-request-success > span:first-child{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin:0 auto 15px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(145deg,#1dab78,#12855c);
  box-shadow:0 12px 24px rgba(18,133,92,.18);
  font-size:24px;
  font-weight:900;
}

.dp-request-v0251 .dp-request-success > p:not(.dp-kicker){
  max-width:660px;
  margin:0 auto;
  color:var(--rq-copy);
  font-size:14px;
  line-height:1.75;
}

.dp-request-v0251 .dp-request-success-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:20px;
}

.dp-request-v0251 .dp-request-success-actions .dp-btn{
  min-height:44px;
  padding:0 16px;
  font-size:12px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .dp-request-v0251 .dp-request-head{
    grid-template-columns:1fr;
  }

  .dp-request-v0251 .dp-request-service{
    max-width:520px;
  }

  .dp-request-v0251 .dp-request-grid{
    grid-template-columns:1fr;
  }

  .dp-request-v0251 .dp-request-side{
    position:static;
  }
}

@media(max-width:620px){
  .dp-request-v0251 .dp-wrap{
    width:min(100% - 22px,1180px);
  }

  .dp-request-v0251 .dp-request-hero{
    padding:22px 0 28px;
  }

  .dp-request-v0251 .dp-breadcrumb{
    margin-bottom:18px;
  }

  .dp-request-v0251 .dp-request-head h1{
    font-size:clamp(32px,10vw,42px);
  }

  .dp-request-v0251 .dp-request-head > div > p:last-child{
    font-size:13px;
    line-height:1.7;
  }

  .dp-request-v0251 .dp-request-service{
    grid-template-columns:84px minmax(0,1fr);
    gap:12px;
    padding:11px;
  }

  .dp-request-v0251 .dp-request-service img{
    width:84px;
    height:105px;
    border-radius:12px;
  }

  .dp-request-v0251 .dp-request-service strong{
    font-size:14px;
  }

  .dp-request-v0251 .dp-request-body{
    padding:22px 0 38px;
  }

  .dp-request-v0251 .dp-request-form,
  .dp-request-v0251 .dp-request-side,
  .dp-request-v0251 .dp-request-success{
    padding:20px 17px;
    border-radius:18px;
  }

  .dp-request-v0251 .dp-request-fields{
    grid-template-columns:1fr;
    gap:13px;
  }

  .dp-request-v0251 .dp-request-fields label.full{
    grid-column:auto;
  }

  .dp-request-v0251 input,
  .dp-request-v0251 select{
    min-height:48px;
  }

  .dp-request-v0251 .dp-request-side > div{
    grid-template-columns:1fr;
    gap:3px;
  }

  .dp-request-v0251 .dp-request-success-actions{
    flex-direction:column;
  }

  .dp-request-v0251 .dp-request-success-actions .dp-btn{
    width:100%;
  }
}

@media(prefers-reduced-motion:reduce){
  .dp-request-v0251 input,
  .dp-request-v0251 select,
  .dp-request-v0251 textarea{
    transition:none;
  }
}
