body.apple-faq-page {
	background:
		radial-gradient(circle at top left, rgba(198, 230, 219, 0.55), transparent 34%),
		radial-gradient(circle at top right, rgba(209, 226, 255, 0.42), transparent 28%),
		linear-gradient(180deg, #f7faf7 0%, #eef3ee 100%) !important;
}

body.apple-faq-page .apple-page {
	background: transparent;
}

.apple-faq-hero,
.apple-faq-section,
.apple-faq-cta {
	width: min(960px, calc(100% - 36px));
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.apple-faq-hero {
	margin-top: 0;
	padding: clamp(30px, 4vw, 48px);
}

.apple-faq-hero__content {
	max-width: 42rem;
}

.apple-faq-hero__content h1 {
	max-width: none;
}

.apple-faq-hero__content p {
	max-width: 36rem;
}

.apple-faq-section {
	margin-top: 22px;
}

.apple-faq-list {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 28px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
	padding: 10px 24px;
}

.apple-faq-item {
	border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.apple-faq-item:last-child {
	border-bottom: 0;
}

.apple-faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 0;
	border: 0;
	background: transparent;
	text-align: left;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.5;
	color: #0f172a;
	cursor: pointer;
}

.apple-faq-question:hover {
	color: #166534;
}

.apple-faq-icon {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	color: #64748b;
}

.apple-faq-icon::before,
.apple-faq-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.apple-faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.apple-faq-item.is-open .apple-faq-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

.apple-faq-answer {
	padding: 0 0 22px;
}

.apple-faq-answer p {
	margin: 0;
	max-width: 60ch;
	color: #475569;
	line-height: 1.75;
}

.apple-faq-cta {
	margin-top: 22px;
}

.apple-faq-cta p {
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
}

.apple-faq-cta__actions {
	justify-content: center;
}

@media (max-width: 640px) {
	.apple-faq-hero,
	.apple-faq-section,
	.apple-faq-cta {
		width: calc(100% - 28px);
	}

	.apple-faq-list {
		padding: 6px 18px;
		border-radius: 24px;
	}

	.apple-faq-question {
		padding: 18px 0;
		font-size: 0.98rem;
	}
}
