/* ── Főoldal kiegészítők ── */

/* Hero */
.hero-section { padding: 80px 0 48px; background: var(--bg); }
.hero-content { text-align: center; max-width: 680px; margin: 0 auto 32px; }
.hero-content h1 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.15; margin: 12px 0 16px; }
.hero-sub { font-size: 17px; color: var(--ink-soft); max-width: 520px; margin: 0 auto; line-height: 1.6; }
.hero-search { max-width: 760px; margin: 0 auto 24px; }
.hero-cats { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.hero-cat-chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px;
  border-radius: var(--r-pill); border: 1px solid var(--border);
  background: var(--bg-card); color: var(--ink-soft); font-size: 13px;
  text-decoration: none; transition: background .15s, border-color .15s;
}
.hero-cat-chip:hover { background: var(--primary-soft); border-color: var(--primary); color: var(--primary); }

/* Section heads */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.section-head h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2rem); margin: 4px 0 0; }
.section-head h2 em { font-style: italic; color: var(--primary); }
.section-head p { color: var(--ink-soft); max-width: 420px; font-size: 15px; margin: 0; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--primary); }
.btn-link { color: var(--primary); font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.btn-link:hover { text-decoration: underline; }

/* Categories grid */
.categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cat-card { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 180px; text-decoration: none; display: block; }
.cat-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.cat-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 60%); }
.cat-card h3, .cat-card-meta { position: relative; z-index: 1; color: white; }
.cat-card h3 { position: absolute; bottom: 36px; left: 16px; margin: 0; font-size: 18px; font-family: var(--font-display); }
.cat-card-meta { position: absolute; bottom: 14px; left: 16px; font-size: 12px; opacity: .8; }
.cat-span-2 { grid-column: span 2; }

/* Exp grid */
.exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }@media (hover: hover) {

.exp-card:hover { box-shadow: var(--shadow-md); }
}
.match-badge { font-size: 11px; background: var(--primary-soft); color: var(--primary); padding: 2px 8px; border-radius: var(--r-pill); font-weight: 700; display: inline-block; margin-top: 6px; }
.uk-empty-state { color: var(--ink-mute); text-align: center; padding: 40px; font-size: 15px; }

/* Destinations grid */
.dest-grid-full { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

/* Blog grid */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }@media (hover: hover) {

.blog-card:hover .blog-card-img img { transform: scale(1.03); }
}
.blog-card h3 { font-size: 16px; font-weight: 700; margin: 0 0 8px; line-height: 1.35; }

/* Organizer */
.organizer { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; background: var(--primary); border-radius: var(--r-xl); padding: 48px; color: white; }
.organizer .eyebrow { color: rgba(255,255,255,.6); }
.organizer h2 { font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2rem); margin: 8px 0 16px; color: white; }
.organizer h2 em { color: #B5D4C8; }
.organizer p { color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.6; margin-bottom: 24px; }
.organizer-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.organizer-stat-val { font-size: 2rem; font-weight: 800; font-family: var(--font-display); color: white; }
.organizer-stat-label { font-size: 12px; color: rgba(255,255,255,.65); margin-top: 2px; }

/* Newsletter */
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; background: var(--primary); border-radius: var(--r-xl); padding: 48px; color: white; }
.newsletter h2 { font-family: var(--font-display); font-size: clamp(1.4rem,3vw,1.9rem); margin: 8px 0 16px; color: white; }
.newsletter p { color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.6; margin: 0; }
.newsletter-form { display: flex; gap: 8px; margin-bottom: 10px; }
.newsletter-form input { flex: 1; padding: 12px 16px; border-radius: var(--r-md); border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: white; font-size: 14px; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.4); }
.newsletter-note { font-size: 12px; color: rgba(255,255,255,.4); }

/* Spontán preview (section-szintű keret) */
.spontan-preview { background: var(--bg-soft); padding: 40px 0; }
.fb-post-who { font-size: 13px; color: var(--ink); font-weight: 600; }
.fb-post-vibes { display: flex; gap: 6px; flex-wrap: wrap; }
.fb-group-live { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; display: inline-block; }
.uk-spontan-more { display: block; text-align: center; margin-top: 16px; }
.fb-feed-empty, .fb-feed-loading { font-size: 14px; color: var(--ink-mute); text-align: center; padding: 20px; }

/* Sections */
.section { padding: 64px 0; }
.section-tight { padding: 48px 0; }
.container { max-width: var(--max-w, var(--max-w)); margin: 0 auto; padding: 0 var(--gutter, 32px); }
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; border-radius: var(--r-md); font-weight: 600; font-size: 14px; text-decoration: none; border: none; cursor: pointer; transition: background .15s; }
.btn-primary { background: var(--primary); color: white; }
.btn-primary:hover { background: var(--primary-hover); }
.btn-accent { background: var(--accent); color: white; }
.btn-accent:hover { background: var(--accent-hover); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--border); }
.btn-ghost:hover { background: var(--bg-soft); }
.btn-lg { padding: 14px 28px; font-size: 15px; }

/* Responsive */
@media (max-width: 900px) {
  .exp-grid, .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .organizer, .newsletter { grid-template-columns: 1fr; gap: 32px; padding: 32px; }
  .cat-span-2 { grid-column: span 1; }
}
/* ── Custom hero search form ── */
.uk-search-box {
  display: flex; align-items: stretch;
  background: #fff; border-radius: 16px;
  box-shadow: 0 4px 24px rgba(28,24,20,.10), 0 1px 4px rgba(28,24,20,.06);
  overflow: hidden; border: 1px solid var(--border);
}
.uk-search-field {
  flex: 1; display: flex; flex-direction: column; justify-content: center;
  padding: 14px 20px; min-width: 0;
}
.uk-search-field-when { max-width: 160px; }
.uk-search-divider { width: 1px; background: var(--border); flex-shrink: 0; margin: 10px 0; }
.uk-search-label { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 3px; display: block; }
.uk-search-input {
  border: none; outline: none; background: none;
  font-size: 15px; color: var(--ink); font-family: var(--font-body);
  width: 100%; padding: 0;
}
.uk-search-input::placeholder { color: var(--ink-mute); }
.uk-search-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0 28px; margin: 8px; border-radius: 10px;
  background: var(--primary); color: white; border: none; cursor: pointer;
  font-size: 15px; font-weight: 700; font-family: var(--font-body);
  white-space: nowrap; transition: background .15s;
}
.uk-search-btn:hover { background: var(--primary-hover); }

/* Listing card link resets */
.exp-card, .exp-card:visited, .exp-card:hover { text-decoration: none; color: var(--ink); }
.exp-card * { text-decoration: none; }
.exp-card .exp-card-price .label { color: var(--ink-mute); font-size: 12px; }
.exp-card .exp-card-price .amount { color: var(--ink); font-size: 16px; font-weight: 700; }

/* Global Listeo card link override */
.listing-item-container a, .listing-item-container a:hover { text-decoration: none; }

@media (max-width: 760px) {
  .uk-search-box { flex-direction: column; border-radius: 14px; }
  .uk-search-divider { width: auto; height: 1px; margin: 0 16px; }
  .uk-search-btn { margin: 8px 8px 10px; padding: 14px; border-radius: 10px; justify-content: center; }
  .uk-search-field-when { max-width: none; }
}

@media (max-width: 600px) {
  .exp-grid, .categories-grid, .dest-grid-full, .blog-grid { grid-template-columns: 1fr; }
  .section { padding: 40px 0; }
  .section-head { flex-direction: column; align-items: flex-start; }
}

/* ── Elementor heading font-family fix (only family, no size override) ── */
.elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
}
.elementor-widget-heading p.elementor-heading-title {
  font-family: var(--font-mono) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  font-family: var(--font-body) !important;
}


/* === Fooldal: teljes szelessegu szekciok (edge-to-edge hatter) + kozepre zart 1280 tartalom, mint a tobbi oldal === */
body.home .container.content-container,
body.page-id-80 .container.content-container {
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow-x: hidden;
}
body.home .elementor-section.elementor-section-boxed > .elementor-container,
body.page-id-80 .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--max-w);
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ═══ „Fedezd fel a világot" — felfedező carousel ═══ */
.uk-discover { position: relative; }
.uk-discover__track {
  display: flex; gap: 16px; overflow-x: auto;
  scroll-snap-type: x proximity; padding: 4px 2px 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;       /* Firefox: csúszka elrejtve */
}
.uk-discover__track::-webkit-scrollbar { display: none; }  /* WebKit: csúszka elrejtve */
/* finom „görgethető" ráutalás: jobb széli halványulás a háttérbe */
.uk-discover::after {
  content: ""; position: absolute; top: 0; right: 0; bottom: 8px; width: 56px;
  pointer-events: none; z-index: 2;
  background: linear-gradient(90deg, rgba(250,247,242,0) 0%, var(--bg, #FAF7F2) 92%);
  transition: opacity .2s;
}
.uk-discover.is-end::after { opacity: 0; }  /* a sor végén eltűnik a ráutalás */
.uk-disc-card {
  flex: 0 0 230px; scroll-snap-align: start; display: block; text-decoration: none;
  background: var(--bg-card); border: 1px solid var(--border-soft);
  border-radius: var(--r-md); overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}@media (hover: hover) {

.uk-disc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
}
.uk-disc-card__media {
  position: relative; aspect-ratio: 3 / 4;
  background-color: var(--primary-soft); background-size: cover; background-position: center;
  background-repeat: no-repeat; display: flex; align-items: center; justify-content: center;
}
.uk-disc-card__badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  background: rgba(255,255,255,.93); color: var(--ink);
  font-family: var(--font-body); font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: var(--r-pill); box-shadow: var(--shadow-sm);
}
.uk-disc-card__glyph {
  font-size: 52px; line-height: 1; color: #fff;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.22));
}
.uk-disc-card__body { padding: 12px 14px 16px; }
.uk-disc-card__title {
  font-family: var(--font-body); font-weight: 700; font-size: 15px; line-height: 1.3;
  color: var(--ink); margin: 0 0 4px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.uk-disc-card__sub {
  font-size: 12.5px; color: var(--ink-mute); margin: 0; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.uk-discover__nav {
  position: absolute; top: 38%; transform: translateY(-50%); z-index: 3;
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border);
  background: #fff; color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer;
  box-shadow: var(--shadow-md); display: none; align-items: center; justify-content: center;
}
.uk-discover__nav--prev { left: -18px; }
.uk-discover__nav--next { right: -18px; }
.uk-discover:hover .uk-discover__nav { display: flex; }
@media (min-width: 768px) { .uk-disc-card { flex-basis: 240px; } }
@media (max-width: 900px) { .uk-discover__nav { display: none !important; } }

/* "Mi szólít most? Válassz hangulatot." szekció — legyen olyan széles mint a többi
   szekció (a belső .container 32px gutterje húzta be 1529-re; a testvérek 1593). */
.container:has(> .categories-grid) { padding-left: 0; padding-right: 0; }
