/* „Segítség a rendeléshez" aloldal (D2) — a megőrzött mérési útmutató + részletes
   GYIK SEO-oldala. Slug alapján töltődik (inc/enqueue.php). Önálló oldal, ezért az
   akkordeon (.eb-faq) + .eb-badge itt is definiálva (a gyik.css nem tölt ide). */

.eb-help {
	background: #fff;
}

.eb-help__wrap {
	max-width: 840px;
	margin: 0 auto;
}

.eb-help .eb-badge {
	display: inline-block;
	background: var(--color-text);
	color: #fff;
	font-family: var(--font-heading);
	font-weight: 600;
	font-size: 13px;
	padding: 8px 16px;
	border-radius: 100px;
	margin-bottom: 18px;
}

.eb-help__title {
	font-family: var(--font-heading);
	font-weight: 800;
	font-size: clamp(30px, 4.4vw, 48px);
	letter-spacing: -.03em;
	line-height: 1.08;
	margin: 0 0 16px;
	text-wrap: balance;
}

.eb-help__lead {
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.6;
	color: var(--color-text-muted);
	margin: 0 0 36px;
	max-width: 60ch;
}

.eb-help__step {
	margin-bottom: 32px;
}

.eb-help__step h2 {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: clamp(20px, 2.4vw, 26px);
	letter-spacing: -.02em;
	margin: 0 0 10px;
}

.eb-help__step p {
	font-size: 15.5px;
	line-height: 1.7;
	color: var(--color-text-muted);
	margin: 0 0 12px;
}

.eb-help__step ul {
	margin: 0 0 12px;
	padding-left: 22px;
}

.eb-help__step li {
	font-size: 15.5px;
	line-height: 1.6;
	color: var(--color-text-muted);
	margin-bottom: 8px;
}

.eb-help__step strong {
	color: var(--color-text);
}

.eb-help__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 32px 0 44px;
}

.eb-help__faq-title {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: clamp(22px, 2.8vw, 30px);
	letter-spacing: -.03em;
	margin: 0 0 8px;
}

.eb-help__faq {
	border-top: 1px solid var(--color-border-alt);
}

/* Akkordeon — megegyezik a gyik.css-ével (önálló oldal). */
.eb-help .eb-faq {
	border-bottom: 1px solid var(--color-border-alt);
}

.eb-help .eb-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 19px 4px;
	cursor: pointer;
	list-style: none;
	font-weight: 600;
	font-size: clamp(15px, 1.7vw, 16.5px);
	color: var(--color-text);
}

.eb-help .eb-faq__q::-webkit-details-marker {
	display: none;
}

.eb-help .eb-faq__q:focus-visible {
	outline: 2px solid var(--acc);
	outline-offset: 2px;
	border-radius: 6px;
}

.eb-help .eb-faq__icon {
	position: relative;
	flex: none;
	width: 22px;
	height: 22px;
}

.eb-help .eb-faq__icon::before,
.eb-help .eb-faq__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: var(--acc);
	border-radius: 2px;
	transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.eb-help .eb-faq__icon::before {
	width: 14px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.eb-help .eb-faq__icon::after {
	width: 2px;
	height: 14px;
	transform: translate(-50%, -50%);
}

.eb-help .eb-faq[open] .eb-faq__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

.eb-help .eb-faq__a {
	padding: 0 4px 20px;
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--color-text-muted);
	max-width: 64ch;
}

.eb-help .eb-faq__a p {
	margin: 0 0 .8em;
}

.eb-help .eb-faq__a p:last-child {
	margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
	.eb-help .eb-faq__icon::before,
	.eb-help .eb-faq__icon::after {
		transition: none;
	}
}
