.epg-modal__box {
  max-width: 520px;
}

.epg-modal__body {
  padding: 0 44px 44px;
}

.epg-modal__header {
  margin-bottom: 28px;
}

.epg-modal__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5c66ad;
}

.epg-modal__header h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.15;
  color: #192B5D;
}

.epg-modal__subtitle {
  margin: 0;
  font-size: 15px;
  color: #6b7280;
}

/* Campos */
.epg-field {
  margin-bottom: 16px;
}

.epg-field label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.epg-field label span {
  color: #e53e3e;
}

.epg-field input[type="text"],
.epg-field input[type="email"],
.epg-field input[type="tel"] {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.4;
  color: #111827;
  background: #fff;
  box-sizing: border-box;
  transition: border-color .2s;
}

.epg-field input:focus {
  outline: none;
  border-color: #5c66ad;
  box-shadow: 0 0 0 3px rgba(92,102,173,.15);
}

.epg-field--check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.epg-field--check label {
  margin: 0;
  font-size: 13px;
  color: #4b5563;
  cursor: pointer;
}

.epg-field--check a { color: #5c66ad; }

.epg-error {
  display: none;
  margin-top: 4px;
  font-size: 12px;
  color: #dc2626;
}

.epg-form-error {
  padding: 10px 14px;
  margin-bottom: 14px;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  font-size: 14px;
  color: #991b1b;
}

/* Botón submit */
.epg-submit {
  width: 100%;
  margin-top: 8px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
}

/* Success */
.epg-success {
  text-align: center;
  padding: 12px 0 24px;
}

.epg-success__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #dcfce7;
  color: #166534;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.epg-success__title {
  font-size: 22px;
  font-weight: 700;
  color: #192B5D;
  margin: 0 0 10px;
}

.epg-success__msg {
  color: #4b5563;
  font-size: 15px;
  margin: 0 0 24px;
}

.epg-download-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 14px 32px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 16px rgba(92,102,173,.35);
}

/* Responsive */
@media (max-width: 540px) {
  .epg-modal__body {
    padding: 0 24px 32px;
  }
}
