/* =============================================================
   diador-lrp.css – Letný rekondičný pobyt
   user/themes/diador/css/events/diador-lrp.css
   ============================================================= */

.diador-form-wrap {
  max-width: 920px;
  margin: 0 auto;
  color: #10233f;
}

/* --- Karta --- */

.diador-lrp-card {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.14);
  overflow: hidden;
  border: 1px solid #dbeafe;
}

/* --- Header --- */

.diador-lrp-header {
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
  color: #0b2f55;
  padding: 24px;
  border-bottom: 1px solid #bfdbfe;
}

.diador-lrp-logo {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 6px;
  color: #1d4ed8;
}

.diador-lrp-header h1 {
  margin: 0;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0b2f55;
}

.diador-lrp-header h1 span {
  color: #2563eb;
}

.diador-lrp-subtitle {
  margin-top: 8px;
  font-size: 16px;
  color: #1d4ed8;
  font-weight: 700;
}

/* --- Info pruhy --- */

.diador-lrp-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #0b2f55;
  color: #ffffff;
}

.diador-lrp-info-box {
  padding: 16px 18px;
  border-right: 1px dashed rgba(255, 255, 255, 0.45);
  font-size: 14px;
}

.diador-lrp-info-box:last-child {
  border-right: 0;
}

.diador-lrp-info-box strong {
  display: block;
  color: #9bc53d;
  font-size: 18px;
  margin-top: 4px;
}

/* --- Obsah --- */

.diador-lrp-content {
  padding: 26px 24px 32px;
  background: #fffdf7;
}

.diador-lrp-note {
  background: #eff6ff;
  border-left: 6px solid #2563eb;
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.diador-lrp-warning {
  background: #fff7ed;
  border-left: 6px solid #f97316;
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 22px;
  line-height: 1.6;
  color: #7c2d12;
}

/* --- Detail boxy --- */

.diador-lrp-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.diador-lrp-detail-box {
  background: #ffffff;
  border: 2px solid #93c5fd;
  border-radius: 14px;
  padding: 14px 16px;
  line-height: 1.5;
}

.diador-lrp-detail-box strong {
  color: #0b2f55;
  display: block;
  margin-bottom: 5px;
}

/* --- Formulár --- */

.diador-lrp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.diador-lrp-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.diador-lrp-field.full {
  grid-column: 1 / -1;
}

.diador-lrp-field.hidden {
  display: none;
}

.diador-lrp-field label {
  font-weight: 700;
  color: #10233f;
  font-size: 15px;
}

.diador-lrp-field input,
.diador-lrp-field select,
.diador-lrp-field textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 12px 13px;
  font-size: 16px;
  background: #ffffff;
  color: #10233f;
  box-sizing: border-box;
}

.diador-lrp-field input.error,
.diador-lrp-field select.error {
  border-color: #ef4444;
  outline: 3px solid rgba(239, 68, 68, 0.15);
}

.diador-lrp-field .field-error {
  font-size: 13px;
  color: #dc2626;
  display: none;
  margin-top: 2px;
}

.diador-lrp-field .field-error.visible {
  display: block;
}

.diador-lrp-field textarea {
  min-height: 110px;
  resize: vertical;
}

.diador-lrp-field input:focus,
.diador-lrp-field select:focus,
.diador-lrp-field textarea:focus {
  outline: 3px solid rgba(37, 99, 235, 0.18);
  border-color: #2563eb;
}

.diador-lrp-section-title {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid #dbeafe;
  font-size: 22px;
  color: #0b2f55;
}

/* --- Checkboxy --- */

.diador-lrp-checkboxes {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.diador-lrp-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
  background: #ffffff;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.diador-lrp-check input {
  margin-top: 4px;
  flex: 0 0 auto;
}

/* --- Akcie --- */

.diador-lrp-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.diador-lrp-button {
  display: inline-block;
  background: #7ea723;
  color: #ffffff !important;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(126, 167, 35, 0.28);
}

.diador-lrp-button:hover {
  background: #6b921d;
}

.diador-lrp-small {
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

/* --- Honeypot --- */

.diador-lrp-hp {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* --- Späť --- */

.diador-lrp-back {
  margin-top: 22px;
}

.diador-lrp-back a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.diador-lrp-back a:hover {
  text-decoration: underline;
}

/* --- Náhľad a potvrdenie --- */

.diador-lrp-potvrdenie {
  display: none;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 16px;
  padding: 28px 24px;
  margin-top: 12px;
}

.diador-lrp-potvrdenie h2 {
  color: #166534;
  font-size: 24px;
  margin-bottom: 6px;
  text-align: center;
}

.diador-lrp-potvrdenie > p {
  color: #15803d;
  line-height: 1.6;
  margin-bottom: 18px;
  text-align: center;
}

.diador-lrp-nahladbox {
  background: #ffffff;
  border: 1px solid #86efac;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 20px;
}

.diador-lrp-nahladbox p {
  font-size: 13px;
  color: #166534;
  font-weight: 700;
  margin-bottom: 10px;
}

.diador-lrp-nahladbox pre {
  font-family: monospace;
  font-size: 13px;
  color: #1a1a1a;
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
  line-height: 1.6;
}

.diador-lrp-akcie {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.diador-lrp-mailto-btn {
  background: #7ea723;
  color: #ffffff !important;
  border: 0;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(126, 167, 35, 0.28);
  text-decoration: none;
  display: inline-block;
}

.diador-lrp-mailto-btn:hover {
  background: #6b921d;
}

.diador-lrp-copy-btn {
  background: #f59e0b;
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.diador-lrp-copy-btn:hover {
  background: #d97706;
}

/* --- Responzívnosť --- */

@media (max-width: 760px) {
  .diador-lrp-info,
  .diador-lrp-details,
  .diador-lrp-grid {
    grid-template-columns: 1fr;
  }

  .diador-lrp-info-box {
    border-right: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
  }

  .diador-lrp-info-box:last-child {
    border-bottom: 0;
  }

  .diador-lrp-header,
  .diador-lrp-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .diador-lrp-button,
  .diador-lrp-mailto-btn,
  .diador-lrp-copy-btn {
    width: 100%;
    text-align: center;
  }
}
