/* ==========================================================================
   WORK & TRAVEL CLUB — SECTIUNI PENTRU PAGINA /despre-noi
   Fisier: wtcx-despre.css
   DEPENDENTA: se incarca DUPA wtcx-sections.css (tokens --wtcx-* si
   utilitarele .wtcx-wrap / .wtcx-head / .wtcx-btn / .wtcx-reveal)
   NU are nevoie de JavaScript propriu.
   ========================================================================== */


/* ==========================================================================
   D1. CE CREDEM — patru principii, tratate editorial
   ========================================================================== */
.wtcx-creed { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 0; }

.wtcx-creed__item {
  position: relative;
  padding: 34px 42px 34px 0;
  border-top: 1px solid var(--wtcx-line);
}
.wtcx-creed__item:nth-child(2n) { padding-left: 42px; border-left: 1px solid var(--wtcx-line); }
.wtcx-creed__item:nth-child(-n+2) { border-top: 0; padding-top: 0; }

.wtcx-creed__num {
  display: block;
  font-family: var(--wtcx-font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .24em;
  color: var(--wtcx-red);
  margin-bottom: 14px;
}

.wtcx-creed__title {
  font-size: clamp(20px, 2.3vw, 25px);
  font-weight: 800;
  color: var(--wtcx-navy);
  line-height: 1.26;
  margin: 0 0 13px;
}
.wtcx-creed__text { font-size: 16px; color: var(--wtcx-ink-soft); margin: 0; }
.wtcx-creed__text b { color: var(--wtcx-navy); }


/* ==========================================================================
   D2. NE POTI VERIFICA — acreditari + cifre
   ========================================================================== */
.wtcx-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.wtcx-proof__card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--wtcx-radius);
  padding: 30px 26px 28px;
}
.wtcx-proof__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 183, 3, .14);
  color: var(--wtcx-gold);
  margin-bottom: 18px;
}
.wtcx-proof__icon svg { width: 24px; height: 24px; }
.wtcx-proof__card h3 { font-size: 17px; font-weight: 800; color: #fff; margin: 0 0 9px; line-height: 1.3; }
.wtcx-proof__card p { font-size: 14.8px; color: #A9B9D0; margin: 0; }
.wtcx-proof__card a { color: var(--wtcx-gold); font-weight: 700; text-decoration: underline; }

.wtcx-proof__note {
  margin-top: 30px !important;
  text-align: center;
  font-size: 14px;
  color: #8FA1BC;
  max-width: 620px;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* ==========================================================================
   D3. ECHIPA A FOST SI EA ACOLO
   ========================================================================== */
.wtcx-crew { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }

.wtcx-crew__card {
  background: #fff;
  border: 1px solid var(--wtcx-line);
  border-radius: var(--wtcx-radius);
  padding: 28px 26px 26px;
  transition: transform .26s var(--wtcx-ease), box-shadow .26s var(--wtcx-ease);
}
.wtcx-crew__card:hover { transform: translateY(-4px); box-shadow: var(--wtcx-shadow); }

.wtcx-crew__head { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }

.wtcx-crew__avatar {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--wtcx-font-display);
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  background: var(--wtcx-navy);
  letter-spacing: .02em;
}
.wtcx-crew__card:nth-child(2n) .wtcx-crew__avatar { background: var(--wtcx-red); }
.wtcx-crew__card:nth-child(3n) .wtcx-crew__avatar { background: var(--wtcx-blue); }

.wtcx-crew__name { font-size: 17px; font-weight: 800; color: var(--wtcx-navy); line-height: 1.25; }
.wtcx-crew__role {
  display: block;
  font-size: 12.5px;
  color: var(--wtcx-ink-soft);
  margin-top: 3px;
}

.wtcx-crew__summer {
  border-top: 1px dashed var(--wtcx-line);
  padding-top: 18px;
}
.wtcx-crew__label {
  display: block;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--wtcx-red);
  margin-bottom: 10px;
}
.wtcx-crew__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 13px;
}
.wtcx-crew__meta span {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--wtcx-navy);
  background: var(--wtcx-mist);
  border-radius: 999px;
  padding: 5px 12px;
}
.wtcx-crew__quote {
  font-size: 15px;
  color: var(--wtcx-ink-soft);
  margin: 0;
  line-height: 1.6;
}

/* Marcaj vizibil pentru continutul care trebuie completat de echipa */
.wtcx-todo {
  background: #FFF4CE;
  color: #7A5B00;
  border: 1px dashed #E0B800;
  border-radius: 4px;
  padding: 1px 7px;
  font-size: .92em;
  font-weight: 700;
}


/* ==========================================================================
   D4. CELE DOUA BIROURI
   ========================================================================== */
.wtcx-offices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

.wtcx-office {
  background: #fff;
  border: 1px solid var(--wtcx-line);
  border-radius: var(--wtcx-radius);
  padding: 32px 30px;
  position: relative;
  overflow: hidden;
}
.wtcx-office::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--wtcx-red), var(--wtcx-gold));
}

.wtcx-office__city {
  font-family: var(--wtcx-font-display);
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--wtcx-navy);
  letter-spacing: .03em;
  margin: 0 0 20px;
}

.wtcx-office__list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 12px 0;
  border-bottom: 1px solid var(--wtcx-line);
  font-size: 15.5px;
  color: var(--wtcx-ink);
}
.wtcx-office__list li:last-child { border-bottom: 0; }
.wtcx-office__list svg {
  width: 19px; height: 19px;
  flex: 0 0 auto;
  color: var(--wtcx-red);
  margin-top: 3px;
}
.wtcx-office__list a { color: var(--wtcx-ink); }
.wtcx-office__list a:hover { color: var(--wtcx-red); text-decoration: underline; }

.wtcx-office__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.wtcx-office__actions .wtcx-btn { padding: 12px 22px; font-size: 12.5px; }

.wtcx-offices__foot {
  margin-top: 34px !important;
  text-align: center;
  font-size: 15.5px;
  color: var(--wtcx-ink-soft);
  max-width: 640px;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 900px) {
  .wtcx-proof { grid-template-columns: 1fr; }
  .wtcx-offices { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .wtcx-creed { grid-template-columns: 1fr; }
  .wtcx-creed__item { padding: 28px 0; border-top: 1px solid var(--wtcx-line); }
  .wtcx-creed__item:nth-child(2n) { padding-left: 0; border-left: 0; }
  .wtcx-creed__item:first-child { border-top: 0; padding-top: 0; }
  .wtcx-creed__item:nth-child(2) { border-top: 1px solid var(--wtcx-line); padding-top: 28px; }
  .wtcx-office { padding: 26px 22px; }
  .wtcx-office__actions .wtcx-btn { width: 100%; }
}
