/* ==========================================================================
   Vizsgálat-lapok (kardiovaszkuláris, vesevédő) — közös réteg
   Egyoldalas előszűrő kérdőívvel.
   ========================================================================== */

/* --- Hero ---------------------------------------------------------------- */

.hero-dots { right: 4%; top: 8%; width: 190px; height: 130px; opacity: 0.9; }

.hero-grid {
  padding-top: 72px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
  position: relative;
}

.hero-grid h1 {
  font-size: 38px;
  line-height: 1.2;
}

/* A vesevédő lap rövidebb címe nagyobb fokozatot kap */
.hero-grid h1.hero-h1-lg {
  font-size: 42px;
  line-height: 1.18;
}

/* Kiemelt kérdés-lead a hero-ban (a boardon Lora, közepes vastagsággal) */
.hero-claim {
  font-family: var(--font-body);
  font-size: 21px;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 500;
  margin: 0 0 30px;
  text-wrap: pretty;
}

.hero-claim-lg {
  font-size: 23px;
  line-height: 1.45;
  margin-bottom: 16px;
}

.hero-sub {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0 0 30px;
  max-width: 540px;
  text-wrap: pretty;
}

.hero-visual { min-height: 360px; }

/* --- Bevezető kétoszlopos szekció ---------------------------------------- */

.intro-grid {
  padding-top: 64px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.intro-p {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 18px;
}

.intro-p:last-child { margin-bottom: 0; }

/* A vesevédő lap jobb hasábja: cím, felsorolás-felvezető, záró bekezdés */
.intro-h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 16px;
}

.intro-list-lead {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 14px;
}

.intro-checks { margin-bottom: 22px; }

.intro-fine {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0;
}

/* Menta panel a beválasztási feltételekkel */
.criteria-card {
  background: var(--mint-panel);
  border-radius: 14px;
  padding: 32px 36px;
}

.criteria-card h2 {
  font-size: 22px;
  margin: 0 0 18px;
}

.criteria-note {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  font-weight: 500;
  margin: 20px 0 0;
}

/* Laborérték-sorok (eGFR / UACR) */
.lab-list {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.lab-row {
  background: var(--mint-panel);
  border-radius: 10px;
  padding: 18px 22px;
  display: flex;
  gap: 16px;
  align-items: baseline;
}

.lab-key {
  font-weight: 800;
  font-size: 17px;
  color: var(--blue);
  flex-shrink: 0;
}

.lab-desc {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
}

/* --- Menta sáv: a folyamat / kiknek érdemes ------------------------------- */

.band-section { position: relative; margin-top: 40px; }

.band {
  background: var(--mint);
  position: relative;
  overflow: hidden;
}

.band-dots { right: 6%; top: 30px; width: 160px; height: 100px; opacity: 0.9; }

.band-grid {
  padding-top: 40px;
  padding-bottom: 72px;
  display: grid;
  gap: 56px;
  align-items: start;
  position: relative;
}

.band-grid-process { grid-template-columns: 0.9fr 1.1fr; }
.band-grid-even { grid-template-columns: 1fr 1fr; }

.band-grid h2 { margin-bottom: 16px; }

.band-p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 16px;
}

.band-p:last-of-type { margin-bottom: 0; }

/* Fehér kártya a menta sávon */
.band-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: var(--shadow-soft);
}

.band-card-lg {
  padding: 32px 36px;
}

.band-card-label {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ink);
  margin-bottom: 14px;
}

.band-card h2 {
  font-size: 26px;
  margin-bottom: 8px;
}

.band-card-intro {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ink-3);
  margin: 0 0 16px;
}

.band-card .check-list { margin-bottom: 20px; }

.band-card-fine {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-3);
  margin: 0 0 10px;
}

.band-card-fine:last-child { margin-bottom: 0; }

.band-cta h2 {
  font-size: 30px;
  line-height: 1.25;
}

.band-cta .band-p:last-of-type { margin-bottom: 26px; }

/* --- Kérdőív-szekció ----------------------------------------------------- */

.form-dots { left: -40px; bottom: -30px; width: 150px; height: 100px; opacity: 0.5; }

.form-grid {
  padding-top: 72px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: start;
  position: relative;
}

.form-copy-sticky {
  position: sticky;
  top: 100px;
}

.form-copy h2 { font-size: 30px; }

/* --- Az űrlap maga ------------------------------------------------------- */

.vform {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vform-question {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vform-label {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
  text-wrap: pretty;
}

.vform-note {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ink-muted);
  margin-top: -6px;
}

.vform-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: none;
  padding: 0;
  margin: 0;
}

.vform-option {
  text-align: left;
  border: 1.5px solid var(--border-option);
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.vform-option:hover { border-color: var(--blue); }

.vform-option[aria-pressed='true'] {
  border-color: var(--blue);
  background: var(--option-selected);
}

/* Kapcsolattartási blokk */
.vform-contact {
  border-top: 1px solid var(--border-card);
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vform-contact-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
}

.vform-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.vform-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
}

.vform-optional {
  font-weight: 400;
  color: var(--ink-muted);
}

.vform-field input {
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1.5px solid var(--border-input);
  border-radius: 8px;
}

.vform-field input:focus {
  border-color: var(--blue);
  outline: none;
}

/* Beküldés */
.vform-submit-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vform-submit {
  background: var(--cta-gradient);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 16px 30px;
  border-radius: 8px;
  cursor: pointer;
  align-self: flex-start;
}

.vform-submit:hover:not(:disabled) { filter: brightness(1.08); }

.vform-submit:disabled {
  background: var(--cta-disabled);
  cursor: not-allowed;
}

.vform-hint {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--ink-muted);
}

/* Tájékoztató blokk az űrlap alatt */
.vform-notice {
  background: var(--mint-panel);
  border-radius: 10px;
  padding: 20px 24px;
  display: grid;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-3);
}

.vform-notice p { margin: 0; }

.vform-notice-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink);
}

/* Beküldés utáni állapot */
.vform-done {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  align-items: center;
  padding: 40px 0;
}

.vform-done-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--result-ok);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.vform-done h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
}

.vform-done p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-3);
  margin: 0;
  max-width: 440px;
}

/* --- Responsive ---------------------------------------------------------- */

@media (max-width: 980px) {
  .hero-grid,
  .intro-grid,
  .band-grid,
  .form-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-grid {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .form-copy-sticky { position: static; }

  /* A vesevédő lapon a feltétel-kártya a szöveg alá kerül, ne fölé */
  .band-grid-even .band-card { order: 2; }
  .band-grid-even .band-cta { order: 1; }
}

@media (max-width: 640px) {
  .hero-grid h1 { font-size: 30px; }
  .hero-claim { font-size: 19px; }
  .band-cta h2 { font-size: 25px; }
  .band-card h2 { font-size: 23px; }

  .criteria-card { padding: 26px 22px; }
  .band-card, .band-card-lg { padding: 24px 22px; }

  .vform-fields { grid-template-columns: 1fr; }
  .vform-submit { align-self: stretch; }
}
