/* kapcsolat2.css – Kapcsolat oldal, landing.css-re épül */

/* ============================================================
   HERO
   ============================================================ */
.cx-hero {
  padding: 3rem 0 3.5rem;
  background: linear-gradient(160deg, rgba(200,164,77,.06) 0%, transparent 60%);
  border-bottom: 1px solid var(--border);
}
.cx-hero__inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 2rem;
}
.cx-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .42rem .95rem;
  border-radius: 100px;
  background: rgba(200,164,77,.1);
  border: 1px solid rgba(200,164,77,.32);
  color: #e6c877;
  font-family: "Cinzel","Inter",sans-serif;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  box-shadow: 0 4px 16px rgba(200,164,77,.12);
}
.cx-hero__badge svg { flex-shrink: 0; }
.cx-hero__h1 {
  font-family: "Cinzel","Inter",sans-serif;
  font-size: clamp(2rem, 4.6vw, 3.15rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.5px;
  margin: .2rem 0 .9rem;
}
.cx-hero__h1-gold {
  background: linear-gradient(92deg, #e6c877 0%, #c8a44d 55%, #b58848 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cx-hero__lead {
  color: var(--muted);
  font-size: 1.03rem;
  margin: 0 0 1.5rem;
  max-width: 480px;
  line-height: 1.65;
}
.cx-hero__ctas { display: flex; gap: .8rem; flex-wrap: wrap; }

/* Lebegő chip-ek a karakter körül */
.cx-hero__stats {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.cx-hero__stat {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .8rem;
  color: var(--text);
  background: rgba(17,22,29,.72);
  border: 1px solid rgba(200,164,77,.38);
  border-radius: 100px;
  padding: .45rem .9rem;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 26px rgba(0,0,0,.45);
  pointer-events: auto;
}
.cx-hero__stat svg { color: var(--gold,#c8a44d); flex-shrink:0; }
.cx-hero__stat--1 { top: 4%;  right: 100%; margin-right: -20px; left: auto; animation-duration: 4.2s; }
.cx-hero__stat--2 { top: 42%; left: 100%;  margin-left: -20px;  right: auto; animation-duration: 5s;   animation-delay: .5s; }
.cx-hero__stat--3 { bottom: 10%; right: 100%; margin-right: -14px; left: auto; animation-duration: 4.7s; animation-delay: 1s; }
@keyframes cx-chip-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* ── Kapcsolat hero – lebegő karakter + arany glow (dinamikus) ── */
.cx-hero__figure {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.cx-hero__glow {
  position: absolute;
  inset: 2% -6% 2% -6%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(56% 55% at 50% 46%, rgba(200,164,77,.30), rgba(200,164,77,.07) 55%, transparent 72%);
  filter: blur(10px);
  animation: cx-glow 5s ease-in-out infinite;
}
.cx-hero__figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 173px;            /* kapcsolat2: szorosra vágott vászon (= karakter), ez adja a régi 248px-es kép karaktermértetét */
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgba(0,0,0,.55));
}
@keyframes cx-glow {
  0%, 100% { opacity: .55; transform: scale(1); }
  50%      { opacity: .95; transform: scale(1.05); }
}
@media (prefers-reduced-motion: reduce) {
  .cx-hero__stat, .cx-hero__glow { animation: none; }
}
@media (max-width: 820px) {
  .cx-hero__inner { grid-template-columns: 1fr; text-align: center; }
  .cx-hero__lead { margin-left: auto; margin-right: auto; }
  .cx-hero__ctas { justify-content: center; }
  .cx-hero__figure { margin-top: 2.5rem; }
  .cx-hero__figure img { width: 120px; }   /* szorosra vágott vászon – a karakter marad a régi méretű */
  .cx-hero__stats {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin-top: 1.2rem;
  }
  .cx-hero__stat {
    position: static;
    margin: 0;
    font-size: .72rem;
    padding: .38rem .8rem;
    animation: none;
  }
}

/* ============================================================
   AJÁNLATKÉRÉS HERO (cx-hero--offer) – független overlay, statikus
   ============================================================ */
.cx-hero--offer .cx-hero__inner { display: block; position: relative; }
.cx-hero--offer .cx-hero__text { max-width: 58%; }
.cx-hero--offer .cx-hero__stats {
  position: static;
  inset: auto;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.4rem;
}
.cx-hero--offer .cx-hero__stat {
  position: static;
  inset: auto;
  margin: 0;
  animation: none;
  font-size: .8rem;
  color: var(--text);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 100px;
  padding: .42rem .85rem;
  backdrop-filter: none;
  box-shadow: none;
}
.cx-hero--offer .cx-hero__figure {
  position: absolute;
  z-index: 2500;               /* a topbar (2000) fölött is – a kattintás átmegy (pointer-events:none) */
  right: 0;
  top: -73px;                  /* felülről horgonyozva: a fej a menüsor ALÁ kerül (y≈88), de még a topbaron van */
  transform: none;
  width: 343px;                /* 390 → 343 (-12%), hogy a topbar CTA gombja szabadon maradjon */
  max-width: 37%;
  margin: 0;
  pointer-events: none;
}
.cx-hero--offer .cx-hero__figure img { width: 100%; }
.cx-hero--offer .cx-hero__glow { animation: none; }   /* statikus, nincs lebegés */
@media (max-width: 820px) {
  .cx-hero--offer .cx-hero__text { max-width: 100%; text-align: center; }
  .cx-hero--offer .cx-hero__ctas,
  .cx-hero--offer .cx-hero__stats { justify-content: center; }
  .cx-hero--offer .cx-hero__figure {
    position: static;
    transform: none;
    width: fit-content;
    max-width: 100%;
    margin: 1.5rem auto 0;
  }
  .cx-hero--offer .cx-hero__figure img { width: 250px; max-width: 72vw; }
}

/* ============================================================
   FŐ GRID
   ============================================================ */
.cx-main { padding: 4rem 0 5rem; }

.cx-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2.5rem;
}

/* ============================================================
   KÁRTYÁK
   ============================================================ */
.cx-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1.2rem;
}
.cx-card:last-child { margin-bottom: 0; }
.cx-card--status {
  background: rgba(74,222,128,.04);
  border-color: rgba(74,222,128,.18);
}

.cx-card__title {
  font-family: "Cinzel","Inter",sans-serif;
  font-size: 1.1rem;
  margin: 0 0 1.1rem;
}
.cx-card__subtitle {
  font-family: "Cinzel","Inter",sans-serif;
  font-size: .95rem;
  margin: 0;
}
.cx-card__sub {
  font-size: .87rem;
  color: var(--muted);
  margin: -.5rem 0 1.2rem;
  line-height: 1.55;
}
.cx-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: 1rem;
}

/* Státusz badge */
.cx-status-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: rgba(74,222,128,.1);
  border: 1px solid rgba(74,222,128,.25);
  color: #86efac;
  font-size: .75rem;
  padding: .25rem .7rem;
  border-radius: 100px;
}

/* ============================================================
   ELÉRHETŐSÉG LISTA
   ============================================================ */
.cx-contact-list { display: flex; flex-direction: column; gap: .9rem; margin-bottom: 1.2rem; }
.cx-contact-row {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
}
.cx-contact-row__icon {
  width: 36px; height: 36px;
  background: rgba(200,164,77,.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold,#c8a44d);
  flex-shrink: 0;
  margin-top: 2px;
}
.cx-contact-row__label {
  font-size: .75rem;
  color: var(--muted);
  margin-bottom: .15rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.cx-contact-row__value { font-size: .92rem; }
.cx-link {
  color: var(--text);
  text-decoration: none;
  transition: color .15s;
}
.cx-link:hover { color: var(--gold,#c8a44d); }

.cx-addr-btns { display: flex; gap: .6rem; flex-wrap: wrap; }
.cx-addr-btns .lp-btn { font-size: .82rem; padding: .55rem 1rem; }

/* ============================================================
   STÁTUSZ GRID
   ============================================================ */
.cx-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
  margin-bottom: .9rem;
}
.cx-stat-item {
  background: rgba(255,255,255,.04);
  border-radius: 8px;
  padding: .6rem .8rem;
}
.cx-stat-item__k { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.cx-stat-item__v { font-size: .88rem; font-weight: 500; margin-top: .1rem; }

.cx-tip {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
  padding: .7rem;
  background: rgba(200,164,77,.06);
  border-radius: 8px;
  border-left: 2px solid var(--gold,#c8a44d);
}

/* ============================================================
   SOCIAL
   ============================================================ */
.cx-socials { display: flex; flex-direction: column; gap: .5rem; }
.cx-social {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .6rem .8rem;
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  color: var(--muted);
  text-decoration: none;
  font-size: .88rem;
  transition: border-color .15s, color .15s, background .15s;
}
.cx-social:hover { border-color: var(--gold,#c8a44d); color: var(--text); background: rgba(200,164,77,.08); }
.cx-social--gmb svg { color: #4285f4; }

/* ============================================================
   FORM
   ============================================================ */
.cx-form-wrap .cx-card { margin-bottom: 0; }

/* Téma tagok */
.cx-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.1rem;
}
.cx-tag {
  padding: .4rem .9rem;
  border-radius: 100px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--muted);
  font-size: .82rem;
  cursor: pointer;
  transition: border-color .15s, color .15s, background .15s;
}
.cx-tag:hover, .cx-tag.is-active {
  border-color: var(--gold,#c8a44d);
  color: var(--gold,#c8a44d);
  background: rgba(200,164,77,.08);
}

/* Időablak */
.cx-timebox {
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.2rem;
}
.cx-timebox__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem;
  flex-wrap: wrap;
  margin-bottom: .8rem;
}
.cx-timebox__title {
  font-size: .82rem;
  font-weight: 600;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.cx-timebox__hint { font-size: .78rem; color: var(--muted); }
.cx-timebox__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
}
.cx-tbtn {
  padding: .5rem .4rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: rgba(11,15,20,.4);
  color: var(--muted);
  font-size: .8rem;
  cursor: pointer;
  transition: border-color .15s, color .15s, background .15s;
}
.cx-tbtn:hover, .cx-tbtn.is-active {
  border-color: var(--gold,#c8a44d);
  color: var(--text);
  background: rgba(200,164,77,.1);
}

/* Form mezők */
.cx-form { display: flex; flex-direction: column; gap: .9rem; }
.cx-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
}
.cx-label {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  font-size: .85rem;
  color: var(--muted);
}
.cx-label em { color: var(--gold,#c8a44d); font-style: normal; }
.cx-label--full { grid-column: span 2; }
.cx-input {
  background: rgba(255,255,255,.05);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: .65rem .85rem;
  color: var(--text);
  font-size: .92rem;
  font-family: inherit;
  transition: border-color .15s;
  width: 100%;
}
.cx-input:focus {
  outline: none;
  border-color: var(--gold,#c8a44d);
  background: rgba(200,164,77,.04);
}
.cx-input--area { resize: vertical; min-height: 120px; }

.cx-check {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .87rem;
  color: var(--muted);
  cursor: pointer;
}
.cx-check input { accent-color: var(--gold,#c8a44d); width: 16px; height: 16px; }

.cx-form__actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.cx-fine { font-size: .78rem; color: rgba(234,240,246,.62); margin: 0; }  /* mert: 3,48 -> 5,2 */

/* ============================================================
   TÉRKÉP
   ============================================================ */
.cx-map {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 2.5rem;
}
.cx-map__frame {
  aspect-ratio: 21/7;
  position: relative;
}
.cx-map__frame iframe {
  width: 100%; height: 100%;
  border: none;
  display: block;
  filter: invert(.9) hue-rotate(180deg) saturate(.8);
}
.cx-map__actions {
  display: flex;
  gap: .8rem;
  padding: 1rem 1.2rem;
  border-top: 1px solid var(--border);
}

/* ============================================================
   RESZPONZÍV
   ============================================================ */
@media (max-width: 900px) {
  .cx-grid { grid-template-columns: 1fr; }
  .cx-hero__inner { flex-direction: column; align-items: flex-start; }
  .cx-hero__stats { flex-direction: row; flex-wrap: wrap; gap: .8rem 1.4rem; }
  .cx-map__frame { aspect-ratio: 16/7; }
}

@media (max-width: 560px) {
  .cx-form__grid { grid-template-columns: 1fr; }
  .cx-label--full { grid-column: span 1; }
  .cx-timebox__grid { grid-template-columns: repeat(2,1fr); }
  .cx-map__frame { aspect-ratio: 4/3; }
  .cx-map__actions { flex-direction: column; }
}
