.dw-wrap { 
	max-width: 760px;     /* ideálna šírka pre formulár */
	padding: 24px 24px;
  	margin: 40px auto 60px; 
	border: 1px solid #e5e5e5; 
	border-radius: 10px; 
}

.dw-wrap textarea {
  font-size: 16px;              /* väčšie písmo */
  line-height: 1.5;
  color: #1f1f1f;               /* tmavší text */
  background-color: #ffffff;
  border: 1px solid #9a9a9a;    /* vyšší kontrast */
  border-radius: 8px;
  padding: 12px 14px;
  box-sizing: border-box;
  min-height: 120px;
}

/* placeholder – menej výrazný */
.dw-wrap textarea::placeholder {
  color: #9a9a9a;
  opacity: 1;
}

/* focus stav */
.dw-wrap textarea:focus {
  outline: none;
  border-color: #9b7a3c;        /* zlatohnedý akcent */
  box-shadow: 0 0 0 2px rgba(155, 122, 60, 0.15);
}

.dw-progress {
  height: 10px;
  background-color: #ebe6dc;   /* jemné béžové pozadie */
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 18px !important;
}

.dw-progress-bar {
  height: 100%;
  background-color: #9b7a3c;  /* zlatohnedá – brand */
  transition: width .25s ease;
}

.dw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dw-colspan { grid-column: 1 / -1; }
.dw-grid label { display:block; font-size: 14px; }
.dw-grid input, .dw-grid select, .dw-grid textarea { width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 8px; }

.dw-actions { 
	display:flex; 
	gap: 10px; 
	justify-content: flex-end; 
	margin-top: 14px; 
}

.dw-actions button { 
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all .2s ease;
  position: relative;
}

.dw-actions button.is-loading {
  opacity: 0.85;
  pointer-events: none; /* zabráni double-click */
}

/* spinner */
.dw-actions button.is-loading::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.55);
  border-top-color: rgba(255,255,255,1);
  animation: dwSpin 0.75s linear infinite;
  vertical-align: -2px;
}

@keyframes dwSpin {
  to { transform: rotate(360deg); }
}

.dw-actions .dw-next,
.dw-actions .dw-submit {
  background-color: #9b7a3c;    /* zlatohnedá */
  color: #ffffff;
}

.dw-actions .dw-next:hover,
.dw-actions .dw-submit:hover {
  background-color: #87672f;
}

.dw-actions .dw-prev {
  background-color: #6b6b6b;
  color: #ffffff;
}

.dw-actions .dw-prev:hover {
  background-color: #545454;
}

.dw-req { color: #c00; }
.dw-ok { padding: 12px; border-radius: 10px; background:#e7f7ea; border:1px solid #b7e1bf; }
@media (max-width: 640px){
  .dw-grid { grid-template-columns: 1fr; }
}

.dw-field {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.dw-field textarea {
  display: block;
  width: 100%;
  min-height: 120px;

  font-size: 16px;
  line-height: 1.6;
  color: #1f1f1f;

  background-color: #ffffff;
  border: 1px solid #9a9a9a;
  border-radius: 8px;
  padding: 14px 16px;

  box-sizing: border-box;
  resize: vertical;
}

.dw-field textarea::placeholder {
  color: #9a9a9a;
}

.dw-field textarea:focus {
  outline: none;
  border-color: #9b7a3c;
  box-shadow: 0 0 0 2px rgba(155, 122, 60, 0.18);
}

.dw-question {
  display: block;
  font-size: 25px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 8px;
}

.dw-step.is-busy {
  opacity: 0.6;
}

.dw-checklist { display:flex; flex-direction:column; gap:10px; margin: 10px 0 0; }
.dw-check { display:flex; gap:10px; align-items:flex-start; line-height: 1.25; }
.dw-check input { margin-top: 3px; }
.dw-box { padding:12px; border:1px solid #eee; border-radius:10px; background:#fafafa; }
.dw-result { margin-top: 14px !important; }

.dw-grid label {
  font-size: 15.5px;     /* pôvod býva ~13–14px */
  font-weight: 500;
  color: #2a2a2a;
}

/* === Text v inputoch === */
.dw-wrap input[type="text"],
.dw-wrap input[type="email"],
.dw-wrap input[type="tel"],
.dw-wrap input[type="number"] {
  font-size: 16px;       /* veľmi dobrý UX štandard */
  line-height: 1.4;
  color: #1f1f1f;
}

.dw-wrap input::placeholder {
  font-size: 15px;
  color: #9a9a9a;
}

.dw-wrap input {
  padding: 14px 16px;
}

.dw-subtitle{
  margin: 18px 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
}
.dw-section-intro{
  margin: 8px 0 14px;
  color:#444;
}

.dw-phase2 { margin-top: 10px; }

.dw-max-msg{ margin-top:6px; font-size:14px; color:#8a2a2a; }
.dw-phase2-intro{
  padding: 20px 0;
}
.dw-intro-box{
  background:#fff;
  border:1px solid #eee;
  border-radius:12px;
  padding:20px;
}
.dw-intro-box p{ margin:0 0 14px; }
.dw-start-phase2{ padding:10px 18px; border:0; border-radius:8px; cursor:pointer; }

.dw-intro-box .dw-btn{
  float: right;
}

.dw-intro-box::after{
  content:'';
  display:block;
  clear:both;
}

/* Phase 2 intro button – force same style as wizard buttons */
.dw-phase2-intro .dw-btn.dw-start-phase2 {
  background: #a8874d;          /* rovnaká farba ako ostatné */
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
}

/* hover */
.dw-phase2-intro .dw-btn.dw-next:hover {
  background: #93743e;
}

/* zarovnanie doprava */
.dw-phase2-intro .dw-intro-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dw-phase2-intro p {
  margin: 0;
}