/* ==========================================================================
   Gasztro (üzletági gyűjtő-/választó) oldal – az investor.css tokenjeire épül
   (.inv-*), kiegészítve a page-specifikus .gst-* elemekkel.
   ========================================================================== */

/* ---------- Gasztronómiai élmények – 3×3 élménykategória kártyarács ---------- */
.gst-exp { display: flex; flex-direction: column; }
.gst-exp__media { line-height: 0; }
.gst-exp__media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 12px;
	display: block;
}
.gst-exp__venues p { margin: 0; }
.gst-exp__venues, .gst-exp__venues p {
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--inv-text, #59585D);
}
.gst-exp__venues strong { color: var(--inv-heading, #1C1C1D); font-weight: 600; }
/* CTA a kártya aljára igazítva (a widget-wrapperen) */
.gst-exp__cta { margin-top: auto; }
/* A dinamikus, időszakos ajánlat kártyája NE legyen kiemelve – ugyanolyan border, mint a többié. */

/* ---------- B2C privát események kérdőív – lépés-előnézet + CTA ---------- */
.gst-qstep {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
	padding: 8px 16px;
}
.gst-qstep__num .elementor-heading-title {
	width: 54px;
	height: 54px;
	margin: 0 auto;
	border-radius: 50%;
	background: var(--inv-primary, #CAA05C);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
}
.gst-qstep__title .elementor-heading-title { font-size: 19px; line-height: 1.3; color: var(--inv-heading, #1C1C1D); margin: 0; }
.gst-qstep p { font-size: 14.5px; line-height: 1.6; color: var(--inv-text, #59585D); margin: 0; }
.gst-q__cta { text-align: center; margin-top: 10px; }
.gst-q__cta .elementor-button {
	background: var(--inv-primary, #CAA05C);
	color: #fff;
	border-radius: 6px;
	padding: 15px 36px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .02em;
	transition: filter .2s ease, transform .2s ease;
}
.gst-q__cta .elementor-button:hover { filter: brightness(1.06); transform: translateY(-2px); }
.gst-q__note { text-align: center; font-size: 14.5px; line-height: 1.6; color: var(--inv-text, #59585D); margin-top: 20px; }
.gst-q__note strong { color: var(--inv-heading, #1C1C1D); }

/* ---------- "Találja meg a megfelelő helyet" – 3 lépéses infografika ---------- */
.gst-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
	padding: 8px 14px;
}
.gst-step__icon .elementor-icon {
	font-size: 42px;
	color: var(--inv-heading, #1C1C1D);
	line-height: 1;
}
.gst-step__icon .elementor-icon svg { width: 46px; height: 46px; fill: var(--inv-heading, #1C1C1D); }
.gst-step .elementor-widget-heading .elementor-heading-title {
	font-size: 20px;
	line-height: 1.3;
	color: var(--inv-heading, #1C1C1D);
	margin: 0;
}
.gst-step__desc p, .gst-step p { color: var(--inv-text, #59585D); margin: 0; font-size: 15px; line-height: 1.62; }
.gst-step__cta { margin-top: auto; padding-top: 8px; width: 100%; }
.gst-step__cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: var(--inv-primary, #CAA05C);
	font-weight: 600;
	font-size: 14.5px;
	text-decoration: none;
	padding: 5px 0;
}
.gst-step__cta a::after { content: "\2192"; transition: transform .2s ease; }
.gst-step__cta a:hover::after { transform: translateX(4px); }

/* ---------- Keresési élethelyzetek – Symbol-avatár kártyák ---------- */
.gst-avatar {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background-color: #15302a;
	background-size: cover;
	background-position: center;
}
.gst-avatar::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(12,32,27,0.20) 0%, rgba(9,26,21,0.55) 45%, rgba(6,20,16,0.92) 100%);
}
.gst-avatar > * { position: relative; z-index: 2; }
.gst-avatar .gst-avatar__sun {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 180px;
	max-width: 55%;
	z-index: 1;
	margin: 0;
	pointer-events: none;
}
.gst-avatar .gst-avatar__sun img { width: 100%; display: block; }
.gst-avatar__title .elementor-heading-title {
	color: #fff;
	font-family: var(--inv-heading-font, "Cal Sans"), serif;
	font-size: 25px;
	line-height: 1.25;
	margin: 0;
}
.gst-avatar__text { margin-top: 14px; }
.gst-avatar__text p { color: rgba(255,255,255,0.92); font-size: 15.5px; line-height: 1.62; margin: 0; }
.gst-avatar__cta { margin-top: 20px; }
.gst-avatar__cta a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--inv-primary, #CAA05C);
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
}
.gst-avatar__cta a::after { content: "\2192"; transition: transform .2s ease; }
.gst-avatar__cta a:hover::after { transform: translateX(4px); }

/* ---------- Idézet ---------- */
.gst-quote { max-width: 900px; margin: 0 auto; text-align: center; }
.gst-quote p {
	font-family: var(--inv-heading-font, "Cal Sans", sans-serif);
	color: var(--inv-heading, #1C1C1D);
	font-size: clamp(20px, 2.6vw, 28px);
	line-height: 1.4;
	margin: 0;
}
.gst-quote p::before { content: "\201C"; color: var(--inv-primary, #CAA05C); }
.gst-quote p::after { content: "\201D"; color: var(--inv-primary, #CAA05C); }

/* ---------- Kategória / élethelyzet kártya CTA ---------- */
.gst-card { display: flex; flex-direction: column; }
.gst-card p { flex: 1 1 auto; }
.gst-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	font-weight: 600;
	font-size: 14px;
	color: var(--inv-primary, #CAA05C);
	text-decoration: none;
	align-self: flex-start;
}
.gst-card__cta::after { content: "\2192"; transition: transform .2s ease; }
.gst-card__cta:hover::after { transform: translateX(4px); }

/* ---------- "A gondtalan élmény útja" – 3 út ---------- */
.gst-path { text-align: center; align-items: center; }
.gst-path__icon {
	width: 64px; height: 64px;
	margin: 0 auto 18px;
	border-radius: 16px;
	background: var(--inv-field, #F6F6F6);
	color: var(--inv-primary, #CAA05C);
	display: flex; align-items: center; justify-content: center;
}
.gst-path__icon svg { width: 30px; height: 30px; }
.gst-path .gst-card__cta { align-self: center; margin-top: auto; }

/* ---------- Galéria szűrő chipek ---------- */
.gst-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 28px;
}
.gst-chip {
	display: inline-block;
	padding: 9px 18px;
	border-radius: 999px;
	border: 1px solid var(--inv-border, #E3E3E8);
	background: #fff;
	color: var(--inv-heading, #1C1C1D);
	font-size: 14px;
	font-weight: 500;
	cursor: default;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.gst-chip:hover, .gst-chip--active {
	background: var(--inv-primary, #CAA05C);
	border-color: var(--inv-primary, #CAA05C);
	color: #1C1C1D;
}
.gst-note {
	text-align: center;
	color: var(--inv-lighter, #9F9FA4);
	font-size: 14px;
	margin-top: 26px;
}
