/* Vespera Visuals – egységes kinézet mobilon és desktopon */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-color: #f5f0e3;
  color: #365a62;
  font-family: 'Playfair Display', serif;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ---------------------------------------------------- */
/* FEJLÉC */
/* ---------------------------------------------------- */

.site-header {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 20px;
}

.logo {
  max-width: 360px;
  width: 70vw;
  height: auto;
}

/* NYELVVÁLASZTÓ */

.lang-switch {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 0.9rem;
}

.lang-switch a {
  color: #365a62;
  text-decoration: none;
  opacity: 1;
  font-size: 1.1rem;
  font-weight: 500;
}

.lang-switch a:hover {
  text-decoration: underline;
}

.lang-switch a.active {
  opacity: 1;
  font-weight: 600;
}

.separator {
  margin: 0 4px;
  opacity: 0.5;
}

/* ---------------------------------------------------- */
/* VÉKONY ELVÁLASZTÓ CSÍK */
/* ---------------------------------------------------- */

.divider {
  width: 80%;
  height: 1px;
  background-color: #365a62;
  opacity: 0.35;
  margin: 22px 0;
}

/* ---------------------------------------------------- */
/* ÜDVÖZLŐ RÉSZ (nyitólap) */
/* ---------------------------------------------------- */

.welcome {
  text-align: center;
  width: 84%;
  max-width: 560px;
  margin: 0 auto 60px auto;
}

.welcome-text {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 28px;
}

.more-btn {
  display: inline-block;
  margin-top: 10px;
  background-color: #365a62;
  color: #f5f0e3;
  border: none;
  padding: 10px 26px;
  font-size: 0.98rem;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

/* DESKTOP (mobil marad változatlan) */
@media (min-width: 1024px) {
  .welcome {
    width: 70%;
    max-width: 720px;
    margin: 0 auto 80px auto;
  }

  .welcome-text {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 32px;
  }

  .more-btn {
    padding: 14px 40px;
    font-size: 1.05rem;
  }
}

/* ---------------------------------------------------- */
/* HOGYAN MŰKÖDIK OLDAL */
/* ---------------------------------------------------- */

.how-main {
  width: 84%;
  max-width: 900px;
  margin: 0 auto 60px auto;
  padding-bottom: 20px;
}

.how-title {
  font-size: 1.8rem;
  margin: 10px 0 12px 0;
  text-align: left;
}

.how-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 24px 0;
}

/* Miért költségek nélkül? blokk */

.why-free {
  margin-top: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.why-title {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}

.why-text {
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
}

/* Ikonos lépések – ikon felül, alatta cím és szöveg */

.step {
  padding: 20px 0;
}

.step:first-of-type {
  border-top: none;
}

.step-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.step-icon-svg {
  width: 32px;
  height: 32px;
  color: #365a62;        /* logó színe */
}

.step-text-block {
  max-width: 90%;
  margin: 0 auto;
}

.step-title {
  font-size: 1.15rem;
  margin: 0 0 6px 0;
}

/* Mobilra finomhangolás */
@media (max-width: 768px) {
  .step {
    text-align: center;
  }

  .step-text-block {
    max-width: 92%;
  }

  .step-text {
    text-align: left;   /* a hosszabb leírás maradjon kényelmesen olvasható */
  }
}

/* Desktopon kicsit elegánsabb méretek */
@media (min-width: 900px) {
  .step-text-block {
    max-width: 80%;
  }

  .step-title {
    font-size: 1.2rem;
  }

  .step-text {
    font-size: 1.02rem;
  }
}

/* ---------------------------------------------------- */
/* MOBILOS OLVASHATÓSÁG – LÉPÉSEK */
/* ---------------------------------------------------- */

@media (max-width: 768px) {

  .step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .step-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .step-number {
    margin-left: 0;
  }

  .step-icon {
    margin-top: 6px;
  }

  .step-text-block {
    max-width: 90%;
  }

  .step-title {
    margin-bottom: 6px;
  }

  .step-text {
    text-align: left;
  }
}

/* ---------------------------------------------------- */
/* KISEBB LOGÓ CSAK A HOGYAN MŰKÖDIK / KAPCSOLAT OLDALON */
/* ---------------------------------------------------- */

.smaller-logo {
  width: 160px !important;
  max-width: 160px !important;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .smaller-logo {
    width: 120px !important;
    max-width: 120px !important;
    margin-top: 6px;
  }
}

/* ---------------------------------------------------- */
/* KAPCSOLAT BLOKK / KAPCSOLAT OLDAL */
/* ---------------------------------------------------- */

/* CTA rész a Hogyan működik? oldal alján */
.contact-cta {
  margin-top: 32px;
  text-align: center;
}

.contact-cta-text {
  font-size: 1.02rem;
  margin: 0 0 14px 0;
}

/* Jelentkezés / Kapcsolat blokk */

.contact-section {
  margin-top: 32px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.contact-title {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
}

.contact-lead {
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0 0 24px 0;
}

/* Mindig oszlopban – desktopon is olyan lesz, mint mobilon */
.contact-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-card {
  background-color: rgba(245, 240, 227, 0.7);
  border: 1px solid rgba(54, 90, 98, 0.18);
  border-radius: 10px;
  padding: 18px 18px 20px;
}

.contact-card-title {
  font-size: 1.2rem;
  margin: 0 0 8px 0;
}

.contact-card-text {
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0 0 16px 0;
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.contact-form label {
  font-size: 0.9rem;
}

.contact-form input,
.contact-form textarea {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid rgba(54, 90, 98, 0.35);
  background-color: #fdf9ef;
  color: #365a62;
  width: 100%;              /* <<< mezők teljes szélességben, szépen egymás alatt */
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #365a62;
}

/* Gombok – minden sötét hátteres, egységes */

.contact-btn {
  display: inline-block;
  margin-top: 10px;
  background-color: #365a62;
  color: #f5f0e3;
  border: none;
  padding: 10px 26px;
  font-size: 0.98rem;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.contact-btn-primary {
  /* ugyanaz a stílus, csak név szerint elkülönítve, ha később kellene */
}

/* ugyanúgy nézzen ki, mint az Üzenet küldése gomb */
.contact-btn-secondary {
  background-color: #365a62;
  color: #f5f0e3;
  border: none;
}

.contact-btn:hover,
.contact-btn:focus {
  opacity: 0.9;
}

/* Nyitólap Bővebben gomb – ne legyen aláhúzva (anchor alapstílus javítása) */
.more-btn {
  text-decoration: none;
}




/* Profi fotózás blokk – extra tér a 'Miért költségek nélkül?' után */
.pro-photo {
  margin-top: 32px;
}

/* Profi fotózás – összefoglaló ikonok */
.pro-photo-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  margin: 16px 0 18px 0;
}

.pro-photo-item {
  text-align: center;
  min-width: 120px;
}

.pro-photo-icon {
  margin-bottom: 4px;
}

.pro-photo-icon-svg {
  width: 32px;
  height: 32px;
}

/* Kis felirat az ikon alatt */
.pro-photo-label {
  font-size: 0.95rem;
  margin: 0;
}

/* Profi fotózás – részletek (összecsukható blokk) */
.pro-photo-details {
  margin-top: 18px;
}
/* Profi fotózás – összefoglaló ikonok */
.pro-photo-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  margin: 16px 0 18px 0;
}

.pro-photo-item {
  text-align: center;
  min-width: 120px;
}

.pro-photo-icon {
  margin-bottom: 4px;
}

.pro-photo-icon-svg {
  width: 32px;
  height: 32px;
}

.pro-photo-label {
  font-size: 0.95rem;
  margin: 0;
}

/* Profi fotózás – részletek (összecsukható blokk) */
.pro-photo-details {
  margin-top: 18px;
}


/* Profi fotózás – Tovább olvasom gomb középre igazítva */
.pro-photo-toggle {
  display: block;
  margin: 18px auto 0 auto;
}


/* Egységes gombbetű minden fő CTA gombhoz */
.more-btn,
.contact-btn,
.pro-photo-toggle {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
}


/* Steps Tovább olvasom gomb középre igazítva, külön a pro-photo gombtól */
.steps-toggle {
  display: block;
  margin: 18px auto 0 auto;
}
