/* Green Wood – dopytový formulár. Farby a písmo podľa témy Betheme (DM Sans, #55c593). */

.gw-dopyt,
.gw-dopyt-section,
.gw-float {
  --gw-green: #55c593;
  --gw-green-dark: #32b87b;
  --gw-green-ink: #1f7a51;   /* zelený text s dostatočným kontrastom na bielej */
  --gw-green-tint: #eef8f3;
  --gw-green-soft: #d8ede3;
  --gw-ink: #161922;
  --gw-text: #4a4f58;
  --gw-muted: #8a8f98;
  --gw-line: #e6e8ea;
  --gw-bg: #f7f7f7;
  --gw-white: #fff;
  --gw-err: #c9372c;
  --gw-radius: 10px;
  --gw-radius-btn: 4px;
  --gw-font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ------------------------------------------------------------ Homepage sekcia */

.gw-dopyt-section {
  background: var(--gw-bg);
  padding: 96px 20px;
  scroll-margin-top: 80px;
  font-family: var(--gw-font);
}
.gw-dopyt-section__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 64px;
  align-items: start;
}
.gw-dopyt-intro { padding-top: 24px; }
.gw-dopyt-section .gw-dopyt-intro__eyebrow {
  margin: 0 0 14px;
  color: var(--gw-green-ink);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.gw-dopyt-section .gw-dopyt-intro__title {
  margin: 0 0 18px;
  color: var(--gw-ink);
  font-family: var(--gw-font);
  font-size: 44px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -.01em;
}
.gw-dopyt-section .gw-dopyt-intro__lead {
  margin: 0 0 28px;
  color: var(--gw-text);
  font-size: 18px;
  line-height: 1.6;
}
.gw-dopyt-section .gw-dopyt-intro__list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.gw-dopyt-section .gw-dopyt-intro__list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 32px;
  color: var(--gw-text);
  font-size: 17px;
  line-height: 1.5;
}
.gw-dopyt-section .gw-dopyt-intro__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gw-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12.5 4 4 8-9' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.gw-dopyt-section .gw-dopyt-intro__list strong { color: var(--gw-ink); font-weight: 700; }
.gw-dopyt-section .gw-dopyt-intro__call {
  margin: 0;
  color: var(--gw-muted);
  font-size: 16px;
}
.gw-dopyt-section .gw-dopyt-intro__call a {
  color: var(--gw-ink);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--gw-green);
}

/* ------------------------------------------------------------------ Karta */

/* Mimo homepage sekcie (stránky služieb) – stĺpec má šírku celej sekcie. */
.gw-dopyt { max-width: 760px; }
.gw-dopyt-section .gw-dopyt { max-width: none; }
.gw-dopyt-files {
  max-width: 760px;
  margin: 14px 0 0;
  color: #8a8f98;
  font-size: 15px;
  line-height: 1.5;
}
.gw-dopyt-files a { color: #1f7a51; font-weight: 700; }

.gw-dopyt {
  font-family: var(--gw-font);
  color: var(--gw-ink);
  scroll-margin-top: 90px;
  -webkit-tap-highlight-color: transparent;
}
.gw-dopyt *,
.gw-dopyt *::before,
.gw-dopyt *::after { box-sizing: border-box; }

/* Reset proti štýlom témy (Betheme štýluje všetky button/input). */
.gw-dopyt.gw-dopyt button,
.gw-float.gw-float {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  font-family: var(--gw-font);
  -webkit-tap-highlight-color: transparent;
}
.gw-dopyt.gw-dopyt button:disabled { cursor: default; }
.gw-dopyt.gw-dopyt button:focus-visible,
.gw-float.gw-float:focus-visible {
  outline: 3px solid rgba(85, 197, 147, .45);
  outline-offset: 2px;
}

.gw-dopyt .gw-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 620px;
  margin: 0;
  padding: 36px 40px 32px;
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(22, 25, 34, .04), 0 18px 48px -24px rgba(22, 25, 34, .18);
}

/* Progress */
.gw-dopyt .gw-progress { display: block; margin-bottom: 28px; }
.gw-dopyt .gw-progress__label {
  display: block;
  margin-bottom: 10px;
  color: var(--gw-green-ink);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gw-dopyt .gw-progress__label b { font-weight: 700; }
.gw-dopyt .gw-progress__bar {
  display: block;
  height: 4px;
  border-radius: 4px;
  background: var(--gw-line);
  overflow: hidden;
}
.gw-dopyt .gw-progress__fill {
  display: block;
  height: 100%;
  width: 20%;
  border-radius: 4px;
  background: var(--gw-green);
  transition: width .45s cubic-bezier(.22, 1, .36, 1);
}

/* Kroky */
.gw-dopyt .gw-steps { flex: 1 1 auto; position: relative; }
.gw-dopyt .gw-title {
  margin: 0 0 20px;
  padding: 0;
  color: var(--gw-ink);
  font-family: var(--gw-font);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -.01em;
  outline: none;
}
.gw-dopyt .gw-help {
  margin: -8px 0 20px;
  color: var(--gw-muted);
  font-size: 15px;
  line-height: 1.5;
}
.gw-dopyt .gw-help--center { margin: 14px 0 0; text-align: center; }

.gw-dopyt .gw-in { animation: gwIn .34s cubic-bezier(.22, 1, .36, 1) both; }
.gw-dopyt .gw-in-back { animation: gwInBack .34s cubic-bezier(.22, 1, .36, 1) both; }
.gw-dopyt .gw-out { animation: gwOut .18s ease-in both; }
.gw-dopyt .gw-out-back { animation: gwOutBack .18s ease-in both; }
@keyframes gwIn { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }
@keyframes gwInBack { from { opacity: 0; transform: translateX(-24px); } to { opacity: 1; transform: none; } }
@keyframes gwOut { to { opacity: 0; transform: translateX(-16px); } }
@keyframes gwOutBack { to { opacity: 0; transform: translateX(16px); } }

/* Karty možností */
.gw-dopyt .gw-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.gw-dopyt.gw-dopyt .gw-opt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 14px 48px 14px 18px;
  background: var(--gw-white);
  border: 1.5px solid var(--gw-line);
  border-radius: var(--gw-radius);
  color: var(--gw-ink);
  text-align: left;
  transition: border-color .18s, background-color .18s, transform .12s, box-shadow .18s;
}
.gw-dopyt.gw-dopyt .gw-opt:hover { border-color: #bfe6d3; box-shadow: 0 6px 18px -12px rgba(22, 25, 34, .25); }
.gw-dopyt.gw-dopyt .gw-opt:active { transform: scale(.985); }
.gw-dopyt.gw-dopyt .gw-opt.is-on {
  background: var(--gw-green-tint);
  border-color: var(--gw-green);
}
.gw-dopyt.gw-dopyt .gw-opt--wide { grid-column: 1 / -1; }
.gw-dopyt.gw-dopyt .gw-opt--dashed { border-style: dashed; }
.gw-dopyt.gw-dopyt .gw-opt--dashed.is-on { border-style: solid; }

.gw-dopyt .gw-opt__ico {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--gw-bg);
  color: var(--gw-green-ink);
  transition: background-color .18s, color .18s;
}
.gw-dopyt .gw-opt.is-on .gw-opt__ico { background: var(--gw-green); color: #fff; }
.gw-dopyt .gw-ico { width: 26px; height: 26px; }
.gw-dopyt .gw-opt__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.gw-dopyt .gw-opt__label { font-size: 17px; line-height: 1.3; font-weight: 700; }
.gw-dopyt .gw-opt__sub { color: var(--gw-muted); font-size: 14px; line-height: 1.35; }
.gw-dopyt .gw-opt__mark {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border: 1.5px solid #cfd3d7;
  border-radius: 50%;
  color: #fff;
  transition: background-color .18s, border-color .18s;
}
.gw-dopyt .gw-opt--multi .gw-opt__mark { border-radius: 6px; }
.gw-dopyt .gw-opt__mark svg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px;
  opacity: 0;
  transform: scale(.4);
  transition: opacity .18s, transform .25s cubic-bezier(.34, 1.56, .64, 1);
}
.gw-dopyt .gw-opt.is-on .gw-opt__mark { background: var(--gw-green); border-color: var(--gw-green); }
.gw-dopyt .gw-opt.is-on .gw-opt__mark svg { opacity: 1; transform: none; }

/* Slider */
.gw-dopyt .gw-range { padding: 4px 0 8px; }
.gw-dopyt .gw-range__value { text-align: center; margin-bottom: 18px; }
.gw-dopyt .gw-range__num {
  display: inline-block;
  color: var(--gw-ink);
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}
.gw-dopyt .gw-range__unit { margin-left: 6px; color: var(--gw-muted); font-size: 24px; font-weight: 500; }
.gw-dopyt .gw-bump { animation: gwBump .22s ease-out; }
@keyframes gwBump { 40% { transform: scale(1.06); } }

.gw-dopyt .gw-range__input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  touch-action: pan-y;
}
.gw-dopyt .gw-range__input:focus { outline: none; }
.gw-dopyt .gw-range__input::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 8px;
  background: linear-gradient(to right, var(--gw-green) 0, var(--gw-green) var(--gw-p, 50%), var(--gw-line) var(--gw-p, 50%));
}
.gw-dopyt .gw-range__input::-moz-range-track { height: 8px; border-radius: 8px; background: var(--gw-line); }
.gw-dopyt .gw-range__input::-moz-range-progress { height: 8px; border-radius: 8px; background: var(--gw-green); }
.gw-dopyt .gw-range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  margin-top: -11px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--gw-green);
  box-shadow: 0 2px 10px rgba(22, 25, 34, .25);
  transition: transform .15s;
}
.gw-dopyt .gw-range__input::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--gw-green);
  box-shadow: 0 2px 10px rgba(22, 25, 34, .25);
}
.gw-dopyt .gw-range__input:active::-webkit-slider-thumb { transform: scale(1.12); }
.gw-dopyt .gw-range__input:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 6px rgba(85, 197, 147, .3); }
.gw-dopyt .gw-range__ends {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  color: var(--gw-muted);
  font-size: 14px;
}

/* Chipy materiálu */
.gw-dopyt .gw-sublabel {
  margin: 26px 0 10px;
  color: var(--gw-ink);
  font-size: 15px;
  font-weight: 700;
}
.gw-dopyt .gw-sublabel span { color: var(--gw-muted); font-weight: 400; }
.gw-dopyt .gw-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.gw-dopyt.gw-dopyt .gw-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 18px;
  background: var(--gw-white);
  border: 1.5px solid var(--gw-line);
  border-radius: 999px;
  color: var(--gw-ink);
  font-size: 15px;
  font-weight: 500;
  transition: border-color .18s, background-color .18s, color .18s, transform .12s;
}
.gw-dopyt.gw-dopyt .gw-chip:hover { border-color: #bfe6d3; }
.gw-dopyt.gw-dopyt .gw-chip:active { transform: scale(.96); }
.gw-dopyt.gw-dopyt .gw-chip--soft { border-style: dashed; }
.gw-dopyt.gw-dopyt .gw-chip.is-on { background: var(--gw-green); border-color: var(--gw-green); border-style: solid; color: #fff; }
.gw-dopyt .gw-chips--big { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gw-dopyt.gw-dopyt .gw-chips--big .gw-chip {
  justify-content: center;
  min-height: 64px;
  border-radius: var(--gw-radius);
  font-size: 17px;
  font-weight: 700;
}

.gw-dopyt.gw-dopyt .gw-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--gw-muted);
  font-size: 15px;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color .18s;
}
.gw-dopyt.gw-dopyt .gw-link:hover { color: var(--gw-ink); }

/* Kalendár a mesiace */
.gw-dopyt .gw-picker:empty { display: none; }
.gw-dopyt .gw-picker { margin-top: 18px; }
.gw-dopyt .gw-cal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.gw-dopyt .gw-cal__title { font-size: 18px; font-weight: 700; }
.gw-dopyt.gw-dopyt .gw-round {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1.5px solid var(--gw-line);
  border-radius: 50%;
  color: var(--gw-ink);
  transition: border-color .18s, background-color .18s;
}
.gw-dopyt.gw-dopyt .gw-round:hover:not(:disabled) { border-color: var(--gw-green); background: var(--gw-green-tint); }
.gw-dopyt.gw-dopyt .gw-round:disabled { opacity: .3; }
.gw-dopyt .gw-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  text-align: center;
}
.gw-dopyt .gw-cal__dow {
  padding: 6px 0;
  color: var(--gw-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gw-dopyt.gw-dopyt .gw-day {
  display: grid;
  place-items: center;
  height: 42px;
  border-radius: 8px;
  color: var(--gw-ink);
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  transition: background-color .15s, color .15s;
}
.gw-dopyt.gw-dopyt .gw-day:hover:not(:disabled) { background: var(--gw-green-tint); }
.gw-dopyt.gw-dopyt .gw-day:disabled { color: #c9ccd1; }
.gw-dopyt.gw-dopyt .gw-day.is-today { box-shadow: inset 0 0 0 1.5px var(--gw-green-soft); }
.gw-dopyt.gw-dopyt .gw-day.is-on { background: var(--gw-green); color: #fff; font-weight: 700; }
.gw-dopyt .gw-months {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.gw-dopyt.gw-dopyt .gw-month {
  display: grid;
  place-items: center;
  height: 48px;
  border: 1.5px solid var(--gw-line);
  border-radius: var(--gw-radius);
  color: var(--gw-ink);
  font-size: 15px;
  transition: border-color .15s, background-color .15s, color .15s;
}
.gw-dopyt.gw-dopyt .gw-month:hover:not(:disabled) { border-color: var(--gw-green); }
.gw-dopyt.gw-dopyt .gw-month:disabled { color: #c9ccd1; border-color: #f0f1f2; }
.gw-dopyt.gw-dopyt .gw-month.is-on { background: var(--gw-green); border-color: var(--gw-green); color: #fff; font-weight: 700; }

/* Kontakt */
.gw-dopyt .gw-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  margin: -6px 0 22px;
}
.gw-dopyt.gw-dopyt .gw-sum {
  color: var(--gw-text);
  font-size: 15px;
  line-height: 1.6;
  text-decoration: underline !important;
  text-decoration-color: var(--gw-green) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px;
  transition: color .15s;
}
.gw-dopyt.gw-dopyt .gw-sum:hover { color: var(--gw-green-ink); }
.gw-dopyt .gw-sum-dot { color: #c9ccd1; }
.gw-dopyt .gw-fields { display: flex; flex-direction: column; gap: 12px; }
.gw-dopyt .gw-field { position: relative; }
.gw-dopyt.gw-dopyt .gw-input {
  display: block;
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0 18px;
  background: var(--gw-bg);
  border: 1.5px solid transparent;
  border-radius: var(--gw-radius);
  box-shadow: none;
  color: var(--gw-ink);
  font-family: var(--gw-font);
  font-size: 17px; /* ≥16px – iOS nezoomuje */
  line-height: 1.4;
  transition: border-color .18s, background-color .18s;
}
.gw-dopyt.gw-dopyt .gw-input::placeholder { color: #9a9fa6; opacity: 1; }
.gw-dopyt.gw-dopyt .gw-input:focus {
  outline: none;
  background: var(--gw-white);
  border-color: var(--gw-green);
}
.gw-dopyt.gw-dopyt .gw-textarea { height: auto; min-height: 96px; padding: 14px 18px; resize: vertical; }
.gw-dopyt .gw-field.has-err .gw-input { border-color: var(--gw-err); background: #fff; }
.gw-dopyt .gw-field__err {
  display: block;
  color: var(--gw-err);
  font-size: 14px;
  line-height: 1.4;
}
.gw-dopyt .gw-field__err:not(:empty) { margin-top: 6px; }
.gw-dopyt.gw-dopyt .gw-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 4px 0;
  color: var(--gw-text);
  font-size: 15px;
}
.gw-dopyt.gw-dopyt .gw-more svg { transition: transform .2s; }
.gw-dopyt.gw-dopyt .gw-more[aria-expanded="true"] svg { transform: rotate(180deg); }
.gw-dopyt .gw-note:not([hidden]) { animation: gwIn .25s ease-out both; }
.gw-dopyt .gw-error {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fdf0ef;
  color: var(--gw-err);
  font-size: 15px;
  line-height: 1.5;
}
.gw-dopyt .gw-error a { color: inherit; font-weight: 700; }
.gw-dopyt [hidden] { display: none !important; }

/* Navigácia */
.gw-dopyt .gw-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
}
.gw-dopyt.gw-dopyt .gw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: var(--gw-radius-btn);
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color .18s, color .18s, border-color .18s, opacity .18s, transform .12s;
}
.gw-dopyt.gw-dopyt .gw-btn:active:not(:disabled) { transform: scale(.98); }
.gw-dopyt.gw-dopyt .gw-btn--primary { margin-left: auto; background: var(--gw-green); color: #fff; }
.gw-dopyt.gw-dopyt .gw-btn--primary:hover:not(:disabled) { background: var(--gw-green-dark); }
.gw-dopyt.gw-dopyt .gw-btn--primary:disabled { opacity: .4; }
.gw-dopyt.gw-dopyt .gw-btn--primary.is-loading { opacity: .85; }
.gw-dopyt.gw-dopyt .gw-btn--submit { padding: 0 36px; }
.gw-dopyt.gw-dopyt .gw-btn--ghost {
  border: 1.5px solid var(--gw-line);
  color: var(--gw-text);
  font-weight: 500;
}
.gw-dopyt.gw-dopyt .gw-btn--ghost:hover { border-color: var(--gw-ink); color: var(--gw-ink); }
.gw-dopyt .gw-spin {
  width: 18px;
  height: 18px;
  border: 2.5px solid rgba(255, 255, 255, .4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: gwSpin .7s linear infinite;
}
@keyframes gwSpin { to { transform: rotate(360deg); } }

.gw-dopyt .gw-gdpr {
  margin: 14px 0 0;
  color: var(--gw-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}
.gw-dopyt .gw-gdpr a { color: var(--gw-text); text-decoration: underline; text-underline-offset: 2px; }

.gw-dopyt .gw-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Ďakovná obrazovka */
.gw-dopyt .gw-card--done { justify-content: center; }
.gw-dopyt .gw-thanks { text-align: center; padding: 24px 0; }
.gw-dopyt .gw-thanks__check { width: 88px; height: 88px; margin: 0 auto 26px; }
.gw-dopyt .gw-thanks__check svg { width: 100%; height: 100%; }
.gw-dopyt .gw-thanks__check circle {
  fill: var(--gw-green-tint);
  stroke: var(--gw-green);
  stroke-width: 2;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  animation: gwDraw .6s cubic-bezier(.65, 0, .45, 1) forwards;
}
.gw-dopyt .gw-thanks__check path {
  stroke: var(--gw-green);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 36;
  stroke-dashoffset: 36;
  animation: gwDraw .4s .45s cubic-bezier(.65, 0, .45, 1) forwards;
}
@keyframes gwDraw { to { stroke-dashoffset: 0; } }
.gw-dopyt .gw-thanks__title { font-size: 34px; margin-bottom: 12px; }
.gw-dopyt .gw-thanks__lead {
  max-width: 440px;
  margin: 0 auto 24px;
  color: var(--gw-text);
  font-size: 17px;
  line-height: 1.6;
}
.gw-dopyt .gw-thanks__lead strong { color: var(--gw-ink); }
.gw-dopyt .gw-thanks__tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 28px; }
.gw-dopyt .gw-tag {
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--gw-green-tint);
  color: var(--gw-green-ink);
  font-size: 14px;
  font-weight: 500;
}
.gw-dopyt .gw-thanks__call { margin: 0; color: var(--gw-muted); font-size: 15px; }
.gw-dopyt .gw-thanks__call a { color: var(--gw-ink); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--gw-green); }

/* --------------------------------------------------------- Floating button */

.gw-float.gw-float {
  position: fixed;
  right: 24px;
  bottom: calc(24px + var(--gw-float-lift, 0px));
  z-index: 9990;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--gw-green);
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px -8px rgba(31, 122, 81, .55), 0 2px 6px rgba(22, 25, 34, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(.96);
  transition: opacity .25s, transform .3s cubic-bezier(.22, 1, .36, 1), visibility 0s .3s, background-color .18s, bottom .3s ease;
}
.gw-float.gw-float.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity .25s, transform .3s cubic-bezier(.22, 1, .36, 1), visibility 0s, background-color .18s, bottom .3s ease;
}
.gw-float.gw-float:hover { background: var(--gw-green-dark); color: #fff; }
.gw-float.gw-float:hover svg { transform: translateX(3px); }
.gw-float svg { transition: transform .2s; }
.gw-float .gw-float__short { display: none; }

/* ------------------------------------------------------------------ Mobil */

@media (max-width: 959px) {
  .gw-dopyt-section { padding: 64px 16px; }
  .gw-dopyt-section__inner { grid-template-columns: 1fr; gap: 28px; }
  .gw-dopyt-intro { padding-top: 0; }
  .gw-dopyt-section .gw-dopyt-intro__title { font-size: 34px; }
  .gw-dopyt-section .gw-dopyt-intro__list,
  .gw-dopyt-section .gw-dopyt-intro__call { display: none; }
  .gw-dopyt-section .gw-dopyt-intro__lead { margin-bottom: 0; }
}

@media (max-width: 600px) {
  .gw-dopyt .gw-card { min-height: 0; padding: 24px 18px 20px; border-radius: 14px; }
  .gw-dopyt .gw-progress { margin-bottom: 22px; }
  .gw-dopyt .gw-title { font-size: 23px; margin-bottom: 16px; }
  .gw-dopyt .gw-grid { gap: 10px; }
  .gw-dopyt .gw-grid--types { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gw-dopyt.gw-dopyt .gw-opt--type {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: 0;
    padding: 12px 12px 14px;
  }
  .gw-dopyt.gw-dopyt .gw-opt--type .gw-opt__mark { top: 12px; right: 12px; width: 20px; height: 20px; margin-top: 0; }
  .gw-dopyt .gw-opt--type .gw-opt__ico { width: 36px; height: 36px; border-radius: 8px; }
  .gw-dopyt .gw-opt--type .gw-ico { width: 22px; height: 22px; }
  .gw-dopyt .gw-opt--type .gw-opt__label { font-size: 15px; line-height: 1.25; }
  .gw-dopyt .gw-opt--type .gw-opt__sub { display: none; }
  .gw-dopyt .gw-grid:not(.gw-grid--types) { grid-template-columns: 1fr; }
  .gw-dopyt.gw-dopyt .gw-opt { min-height: 56px; padding: 12px 46px 12px 16px; }
  .gw-dopyt .gw-opt__label { font-size: 16px; }
  .gw-dopyt .gw-range__num { font-size: 60px; }
  .gw-dopyt.gw-dopyt .gw-day { height: 40px; }
  .gw-dopyt .gw-nav { margin-top: 22px; }
  .gw-dopyt.gw-dopyt .gw-btn { min-height: 52px; padding: 0 16px; gap: 8px; font-size: 16px; }
  .gw-dopyt.gw-dopyt .gw-btn--primary { flex: 1 1 auto; }
  .gw-dopyt.gw-dopyt .gw-btn--ghost { padding: 0 14px; }
  .gw-dopyt .gw-gdpr { text-align: left; }
  .gw-dopyt .gw-thanks__title { font-size: 28px; }

  .gw-float.gw-float {
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px) + var(--gw-float-lift, 0px));
    justify-content: center;
    height: 54px;
  }
  .gw-float .gw-float__long { display: none; }
  .gw-float .gw-float__short { display: inline; }
}

/* Stránky služieb: stĺpec BeBuildera má vpravo inline odsadenie 7 % – na mobile ho pri formulári rušíme. */
@media (max-width: 767px) {
  .mcb-wrap:has(.gw-dopyt) { padding-right: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .gw-dopyt *,
  .gw-float { animation: none !important; transition: none !important; }
  .gw-dopyt .gw-thanks__check circle,
  .gw-dopyt .gw-thanks__check path { stroke-dashoffset: 0; }
}
