/*
 * alnokhba-help.css — HelpPage.tsx (dark luxury)
 */

body.alnokhba-theme .an-help-page {
	background: #000;
	min-height: 100vh;
	direction: rtl;
	padding: 7rem 0 5rem;
	color: var(--an-fg, #f0ead8);
}

.an-help-page__head {
	max-width: 42rem;
	margin: 0 auto;
	padding: 0 1.5rem 2.5rem;
	border-bottom: 1px solid rgba(201, 169, 122, 0.15);
	text-align: center;
}

.an-help-page__title {
	margin: 0 0 0.75rem;
	font-family: 'Playfair Display', 'Cairo', serif;
	font-weight: 700;
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 1.15;
	color: #fff;
}

.an-help-page__title em {
	color: var(--an-gold, #c9a84c);
	font-style: italic;
	font-weight: 700;
}

.an-help-page__lead {
	margin: 0;
	color: rgba(255, 255, 255, 0.45);
	font-family: 'Inter', 'Cairo', sans-serif;
	font-size: 0.9375rem;
	line-height: 1.7;
}

.an-help-page__body {
	max-width: 42rem;
	margin: 0 auto;
	padding: 2rem 1.5rem 0;
}

/* Contact channels */
.an-help-page__channels {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.an-help-page__channel {
	background: #111;
	border: 1px solid rgba(201, 169, 122, 0.18);
	padding: 1.25rem 0.75rem;
	text-align: center;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.an-help-page__channel:hover {
	background: rgba(201, 168, 76, 0.08);
	border-color: rgba(201, 168, 76, 0.35);
	transform: translateY(-2px);
}

.an-help-page__channel-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.an-help-page__channel-icon--gold {
	color: var(--an-gold, #c9a84c);
	border-color: rgba(201, 168, 76, 0.25);
}

.an-help-page__channel-icon--mint {
	color: #6ee7b7;
	border-color: rgba(110, 231, 183, 0.2);
}

.an-help-page__channel-icon--violet {
	color: #c4b5fd;
	border-color: rgba(196, 181, 253, 0.2);
}

.an-help-page__channel-label {
	color: #fff;
	font-family: 'Inter', 'Cairo', sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
}

.an-help-page__channel-sub {
	color: rgba(255, 255, 255, 0.4);
	font-family: 'Inter', 'Cairo', sans-serif;
	font-size: 0.6875rem;
}

/* Live chat block */
.an-help-page__chat {
	background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
	border: 1px solid rgba(201, 169, 122, 0.22);
	padding: 1.5rem;
	margin-bottom: 2rem;
	display: flex;
	gap: 1rem;
	align-items: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.an-help-page__chat-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--an-gold, #c9a84c), transparent);
}

.an-help-page__chat-copy {
	flex: 1;
	min-width: 0;
}

.an-help-page__chat-eyebrow {
	margin: 0 0 0.375rem;
	color: var(--an-gold, #c9a84c);
	font-family: 'Inter', 'Cairo', sans-serif;
	font-size: 0.625rem;
	letter-spacing: 0.18em;
}

.an-help-page__chat-title {
	margin: 0 0 0.375rem;
	font-family: 'Playfair Display', 'Cairo', serif;
	font-weight: 600;
	font-size: 1.25rem;
	color: #fff;
}

.an-help-page__chat-body {
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Inter', 'Cairo', sans-serif;
	font-size: 0.8125rem;
	line-height: 1.65;
}

.an-help-page__chat-btn {
	background: linear-gradient(135deg, var(--an-gold-light, #f0d080), var(--an-gold, #c9a84c), var(--an-gold-dark, #8a6d28));
	border: none;
	color: #0a0a0a;
	padding: 0.75rem 1.25rem;
	font-family: 'Inter', 'Cairo', sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.an-help-page__chat-btn:hover {
	opacity: 0.92;
	transform: translateY(-1px);
	color: #0a0a0a;
}

/* FAQ */
.an-help-page__faq-label {
	margin: 0 0 1rem;
	color: var(--an-gold, #c9a84c);
	font-family: 'Inter', 'Cairo', sans-serif;
	font-size: 0.625rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.an-help-page__faq {
	display: flex;
	flex-direction: column;
	gap: 1px;
	background: rgba(201, 169, 122, 0.12);
	border: 1px solid rgba(201, 169, 122, 0.12);
}

.an-help-page__faq-item {
	background: #0d0d0d;
}

.an-help-page__faq-trigger {
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	padding: 1.125rem 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: right;
	font-family: inherit;
	gap: 0.75rem;
	color: inherit;
}

.an-help-page__faq-trigger span:first-child {
	color: #fff;
	font-family: 'Inter', 'Cairo', sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
}

.an-help-page__faq-trigger:hover span:first-child {
	color: var(--an-gold, #c9a84c);
}

.an-help-page__faq-chev {
	color: var(--an-gold, #c9a84c);
	font-size: 1.25rem;
	line-height: 1;
	flex-shrink: 0;
	transition: transform 0.22s ease;
}

.an-help-page__faq-item.is-open .an-help-page__faq-chev {
	transform: rotate(-90deg);
}

.an-help-page__faq-panel {
	padding: 0 1.25rem 1.125rem;
}

.an-help-page__faq-panel[hidden] {
	display: none !important;
}

.an-help-page__faq-panel p {
	margin: 0;
	padding-top: 0.875rem;
	border-top: 1px solid rgba(201, 169, 122, 0.12);
	color: rgba(255, 255, 255, 0.55);
	font-family: 'Inter', 'Cairo', sans-serif;
	font-size: 0.8125rem;
	line-height: 1.85;
}

/* Urgent note */
.an-help-page__note {
	margin-top: 1.5rem;
	padding: 1rem 1.125rem;
	background: #111;
	border: 1px solid rgba(201, 169, 122, 0.18);
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
}

.an-help-page__note > span {
	color: var(--an-gold, #c9a84c);
	font-size: 1rem;
	line-height: 1;
	flex-shrink: 0;
	margin-top: 0.125rem;
}

.an-help-page__note p {
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Inter', 'Cairo', sans-serif;
	font-size: 0.75rem;
	line-height: 1.75;
}

.an-help-page__note p span,
.an-help-page__note-phone {
	color: var(--an-gold, #c9a84c);
	font-weight: 600;
	text-decoration: none;
}

.an-help-page__note-phone:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.an-help-page__channels {
		grid-template-columns: 1fr;
	}

	.an-help-page__chat {
		flex-direction: column;
		align-items: stretch;
	}

	.an-help-page__chat-btn {
		text-align: center;
	}
}
