/* =========================
   FAQ SECTION - ULTRA PREMIUM
========================= */
.dr1056faq {
	position: relative;
	width: 100%;
	padding: 110px 20px;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 18%, rgba(0, 255, 213, 0.06), transparent 28%),
		radial-gradient(circle at 88% 20%, rgba(126, 249, 255, 0.08), transparent 30%),
		radial-gradient(circle at 50% 92%, rgba(255, 211, 106, 0.06), transparent 32%),
		linear-gradient(180deg, #f8fcff 0%, #eef7fb 48%, #f7fbff 100%);
	color: #0f2027;
	isolation: isolate;
}

/* background orbs */
.dr1056faq .faq-bg-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.45;
	pointer-events: none;
	z-index: 0;
	animation: dr1056FaqOrbFloat 16s ease-in-out infinite alternate;
}

.dr1056faq .faq-orb-1 {
	width: 260px;
	height: 260px;
	background: rgba(0, 255, 213, 0.10);
	top: 30px;
	left: -70px;
}

.dr1056faq .faq-orb-2 {
	width: 320px;
	height: 320px;
	background: rgba(126, 249, 255, 0.10);
	right: -90px;
	top: 80px;
	animation-duration: 19s;
}

.dr1056faq .faq-orb-3 {
	width: 280px;
	height: 280px;
	background: rgba(255, 211, 106, 0.10);
	left: 50%;
	bottom: -80px;
	transform: translateX(-50%);
	animation-duration: 17s;
}

.dr1056faq .section-container {
	position: relative;
	z-index: 2;
	max-width: 1180px;
	margin: 0 auto;
}

/* =========================
   HEADER
========================= */
.dr1056faq .faq-header {
	max-width: 900px;
	margin: 0 auto 34px;
	text-align: center;
}

.dr1056faq .faq-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 999px;
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0b5d6b;
	background: rgba(0, 255, 213, 0.10);
	border: 1px solid rgba(0, 255, 213, 0.18);
	box-shadow:
		0 8px 20px rgba(0, 255, 213, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.dr1056faq .faq-header h2 {
	margin: 0 0 16px;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: -0.5px;
	color: #0c1f2b;
}

.dr1056faq .faq-header p {
	margin: 0 auto;
	max-width: 780px;
	font-size: 16px;
	line-height: 1.85;
	color: #506674;
}

/* =========================
   HIGHLIGHT STRIP
========================= */
.dr1056faq .faq-highlight {
	position: relative;
	display: grid;
	grid-template-columns: 70px 1fr auto;
	align-items: center;
	gap: 18px;
	margin: 0 auto 30px;
	padding: 20px 22px;
	border-radius: 24px;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.90),
		rgba(255, 255, 255, 0.76)
	);
	border: 1px solid rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow:
		0 22px 50px rgba(13, 38, 59, 0.08),
		0 10px 22px rgba(0, 0, 0, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
	overflow: hidden;
}

.dr1056faq .faq-highlight::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #00ffd5, #7ef9ff, #ffd36a);
}

.dr1056faq .faq-highlight-icon {
	width: 70px;
	height: 70px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #0b3948;
	background: linear-gradient(
		135deg,
		rgba(126, 249, 255, 0.25),
		rgba(0, 255, 213, 0.12),
		rgba(255, 211, 106, 0.16)
	);
	border: 1px solid rgba(0, 255, 213, 0.14);
	box-shadow:
		0 14px 28px rgba(0, 255, 213, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.dr1056faq .faq-highlight-content h3 {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 800;
	color: #102635;
}

.dr1056faq .faq-highlight-content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: #5a7080;
}

.dr1056faq .faq-highlight-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #082430;
	background: linear-gradient(135deg, #00ffd5, #7ef9ff);
	box-shadow:
		0 14px 28px rgba(0, 255, 213, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dr1056faq .faq-highlight-action a:hover {
	transform: translateY(-2px);
	box-shadow:
		0 18px 34px rgba(0, 255, 213, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* =========================
   ACCORDION
========================= */
.dr1056faq .faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dr1056faq .faq-item {
	position: relative;
	border-radius: 22px;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.92),
		rgba(255, 255, 255, 0.76)
	);
	border: 1px solid rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow:
		0 18px 40px rgba(13, 38, 59, 0.07),
		0 8px 18px rgba(0, 0, 0, 0.03),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.dr1056faq .faq-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 18px;
	right: 18px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #00ffd5, #7ef9ff, #ffd36a);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.dr1056faq .faq-item:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 255, 213, 0.14);
	box-shadow:
		0 24px 48px rgba(13, 38, 59, 0.10),
		0 10px 20px rgba(0, 255, 213, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dr1056faq .faq-item:hover::before,
.dr1056faq .faq-item.active::before {
	opacity: 1;
}

.dr1056faq .faq-question {
	width: 100%;
	border: 0;
	outline: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 22px;
	text-align: left;
	font-family: inherit;
}

.dr1056faq .faq-question span {
	flex: 1;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 700;
	color: #102635;
}

.dr1056faq .faq-icon {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #0b3948;
	background: linear-gradient(
		135deg,
		rgba(126, 249, 255, 0.22),
		rgba(0, 255, 213, 0.10),
		rgba(255, 211, 106, 0.14)
	);
	border: 1px solid rgba(0, 255, 213, 0.12);
	box-shadow:
		0 10px 20px rgba(0, 255, 213, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
	transition: transform 0.35s ease;
}

.dr1056faq .faq-item.active .faq-icon {
	transform: rotate(45deg);
}

.dr1056faq .faq-answer {
	display: none;
	padding: 0 22px 22px;
}

.dr1056faq .faq-answer p {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: #586f7c;
}

.dr1056faq .faq-answer strong {
	color: #0b5d6b;
	font-weight: 800;
}

/* =========================
   BOTTOM CTA
========================= */
.dr1056faq .faq-bottom-cta {
	margin-top: 34px;
}

.dr1056faq .faq-bottom-card {
	position: relative;
	display: grid;
	grid-template-columns: 72px 1fr auto;
	align-items: center;
	gap: 18px;
	padding: 22px 22px;
	border-radius: 24px;
	background: linear-gradient(
		135deg,
		rgba(12, 31, 43, 0.96),
		rgba(16, 41, 56, 0.94)
	);
	color: #ffffff;
	box-shadow:
		0 18px 36px rgba(12, 31, 43, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.dr1056faq .faq-bottom-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(0, 255, 213, 0.08), transparent 35%),
		radial-gradient(circle at 85% 30%, rgba(255, 211, 106, 0.08), transparent 35%);
	pointer-events: none;
}

.dr1056faq .faq-bottom-icon,
.dr1056faq .faq-bottom-content,
.dr1056faq .faq-bottom-actions {
	position: relative;
	z-index: 1;
}

.dr1056faq .faq-bottom-icon {
	width: 72px;
	height: 72px;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #082430;
	background: linear-gradient(135deg, #7ef9ff, #00ffd5);
	box-shadow: 0 14px 28px rgba(0, 255, 213, 0.18);
}

.dr1056faq .faq-bottom-content h3 {
	margin: 0 0 6px;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
}

.dr1056faq .faq-bottom-content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.84);
}

.dr1056faq .faq-bottom-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dr1056faq .faq-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.dr1056faq .faq-btn-primary {
	color: #082430;
	background: linear-gradient(135deg, #00ffd5, #7ef9ff);
	box-shadow:
		0 14px 28px rgba(0, 255, 213, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.dr1056faq .faq-btn-secondary {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.dr1056faq .faq-btn:hover {
	transform: translateY(-2px);
}

/* =========================
   REVEAL ANIMATION BASE
========================= */
.dr1056faq .reveal-up,
.dr1056faq .reveal-left,
.dr1056faq .reveal-right {
	opacity: 0;
	transform: translateY(35px);
	transition: opacity 0.9s ease, transform 0.9s ease;
	will-change: transform, opacity;
}

.dr1056faq .reveal-left {
	transform: translateX(-40px);
}

.dr1056faq .reveal-right {
	transform: translateX(40px);
}

.dr1056faq .reveal-visible {
	opacity: 1;
	transform: translate(0, 0);
}

/* =========================
   KEYFRAMES
========================= */
@keyframes dr1056FaqOrbFloat {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	100% {
		transform: translate3d(18px, -16px, 0) scale(1.08);
	}
}

/* =========================
   RESPONSIVE - TABLET
========================= */
@media (max-width: 1024px) {
	.dr1056faq {
		padding: 90px 18px;
	}

	.dr1056faq .faq-highlight,
	.dr1056faq .faq-bottom-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.dr1056faq .faq-highlight-icon,
	.dr1056faq .faq-bottom-icon {
		margin: 0 auto;
	}

	.dr1056faq .faq-highlight-action,
	.dr1056faq .faq-bottom-actions {
		justify-content: center;
	}
}

/* =========================
   RESPONSIVE - MOBILE
========================= */
@media (max-width: 768px) {
	.dr1056faq {
		padding: 72px 14px;
	}

	.dr1056faq .faq-header {
		margin-bottom: 24px;
	}

	.dr1056faq .faq-badge {
		font-size: 11px;
		padding: 7px 14px;
		margin-bottom: 14px;
	}

	.dr1056faq .faq-header h2 {
		font-size: clamp(24px, 7vw, 34px);
		margin-bottom: 12px;
	}

	.dr1056faq .faq-header p {
		font-size: 14px;
		line-height: 1.7;
	}

	.dr1056faq .faq-highlight {
		gap: 14px;
		padding: 18px 16px;
		margin-bottom: 22px;
		border-radius: 18px;
	}

	.dr1056faq .faq-highlight::before {
		left: 14px;
		right: 14px;
	}

	.dr1056faq .faq-highlight-icon {
		width: 58px;
		height: 58px;
		font-size: 22px;
		border-radius: 16px;
	}

	.dr1056faq .faq-highlight-content h3 {
		font-size: 18px;
	}

	.dr1056faq .faq-highlight-content p {
		font-size: 13px;
		line-height: 1.65;
	}

	.dr1056faq .faq-highlight-action a {
		padding: 11px 18px;
		font-size: 13px;
	}

	.dr1056faq .faq-accordion {
		gap: 12px;
	}

	.dr1056faq .faq-item {
		border-radius: 18px;
	}

	.dr1056faq .faq-item::before {
		left: 14px;
		right: 14px;
	}

	.dr1056faq .faq-item:hover {
		transform: none;
	}

	.dr1056faq .faq-question {
		padding: 16px 16px;
		gap: 12px;
	}

	.dr1056faq .faq-question span {
		font-size: 15px;
		line-height: 1.5;
	}

	.dr1056faq .faq-icon {
		width: 40px;
		height: 40px;
		font-size: 14px;
		border-radius: 12px;
	}

	.dr1056faq .faq-answer {
		padding: 0 16px 16px;
	}

	.dr1056faq .faq-answer p {
		font-size: 13px;
		line-height: 1.7;
	}

	.dr1056faq .faq-bottom-cta {
		margin-top: 24px;
	}

	.dr1056faq .faq-bottom-card {
		padding: 18px 16px;
		border-radius: 18px;
		gap: 14px;
	}

	.dr1056faq .faq-bottom-icon {
		width: 58px;
		height: 58px;
		font-size: 22px;
		border-radius: 18px;
	}

	.dr1056faq .faq-bottom-content h3 {
		font-size: 18px;
	}

	.dr1056faq .faq-bottom-content p {
		font-size: 13px;
		line-height: 1.65;
	}

	.dr1056faq .faq-btn {
		padding: 11px 18px;
		font-size: 13px;
	}

	/* mobile smoother reveal */
	.dr1056faq .reveal-left,
	.dr1056faq .reveal-right {
		transform: translateY(24px);
	}
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 480px) {
	.dr1056faq {
		padding: 60px 12px;
	}

	.dr1056faq .faq-header h2 {
		font-size: 22px;
		line-height: 1.22;
	}

	.dr1056faq .faq-header p {
		font-size: 13px;
		line-height: 1.65;
	}

	.dr1056faq .faq-question span {
		font-size: 14px;
	}

	.dr1056faq .faq-answer p,
	.dr1056faq .faq-highlight-content p,
	.dr1056faq .faq-bottom-content p {
		font-size: 12px;
		line-height: 1.65;
	}

	.dr1056faq .faq-highlight-content h3,
	.dr1056faq .faq-bottom-content h3 {
		font-size: 16px;
	}
}

/* =========================
   REDUCE MOTION
========================= */
@media (prefers-reduced-motion: reduce) {
	.dr1056faq .faq-bg-orb,
	.dr1056faq .reveal-up,
	.dr1056faq .reveal-left,
	.dr1056faq .reveal-right {
		animation: none !important;
		transition: none !important;
	}
}