.dr1064faq {
	position: relative;
	padding: 100px 0;
	background: radial-gradient(circle at top right, rgba(0, 212, 255, .15),
		transparent 45%),
		radial-gradient(circle at bottom left, rgba(147, 51, 234, .12),
		transparent 45%), #050814;
	color: #fff;
	overflow: hidden
}

.dr1064faq:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, .04),
		transparent);
	pointer-events: none
}

.dr1064faq-hero {
	width: min(900px, 92%);
	margin: 0 auto 70px;
	text-align: center;
	opacity: 0;
	transform: translateY(40px);
	transition: .8s;
	position: relative;
	z-index: 2
}

.dr1064faq.revealed .dr1064faq-hero {
	opacity: 1;
	transform: none
}

.dr1064faq-breadcrumb {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: .95rem
}

.dr1064faq-breadcrumb a {
	color: #00d4ff;
	text-decoration: none
}

.dr1064faq-breadcrumb span {
	color: #bfc8d6
}

.dr1064faq-hero h1 {
	font-size: clamp(2.6rem, 5vw, 4.5rem);
	margin: 0 0 20px;
	font-weight: 800;
	line-height: 1.1;
	background: linear-gradient(90deg, #fff, #00d4ff, #9f7aea);
	-webkit-background-clip: text;
	color: transparent
}

.dr1064faq-hero p:last-child {
	max-width: 850px;
	margin: auto;
	color: rgba(255, 255, 255, .8);
	line-height: 1.8
}

.dr1064faq-container {
	width: min(1200px, 92%);
	margin: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 30px;
	position: relative;
	z-index: 2
}

.dr1064faq-item {
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .12);
	backdrop-filter: blur(18px);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
	opacity: 0;
	transform: translateY(40px);
	transition: .6s
}

.dr1064faq.revealed .dr1064faq-item {
	opacity: 1;
	transform: none
}

.dr1064faq-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(0, 212, 255, .2)
}

.dr1064faq-item>h2 {
	margin: 0;
	padding: 24px 28px;
	font-size: 1.35rem;
	background: rgba(255, 255, 255, .05);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	color: #fff
}

.dr1064faq-item details {
	border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.dr1064faq-item details:last-child {
	border-bottom: none
}

.dr1064faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 22px 28px;
	font-weight: 700;
	position: relative
}

.dr1064faq-item summary::-webkit-details-marker {
	display: none
}

.dr1064faq-item summary:after {
	content: "+";
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
	color: #00d4ff;
	transition: .3s
}

.dr1064faq-item details[open] summary:after {
	transform: translateY(-50%) rotate(45deg)
}

.dr1064faq-item p {
	padding: 0 28px 24px;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	line-height: 1.8
}

.dr1064faq-contact {
	width: min(900px, 92%);
	margin: 80px auto 0;
	text-align: center;
	padding: 50px;
	border-radius: 28px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .12);
	backdrop-filter: blur(18px);
	opacity: 0;
	transform: translateY(40px);
	transition: .8s
}

.dr1064faq.revealed .dr1064faq-contact {
	opacity: 1;
	transform: none
}

.dr1064faq-contact h2 {
	margin: 0 0 15px;
	font-size: 2rem;
	color: #fff
}

.dr1064faq-contact p {
	color: rgba(255, 255, 255, .8);
	margin: 0 0 30px
}

.dr1064faq-contact div {
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap
}

.dr1064faq-contact a {
	padding: 14px 28px;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(135deg, #00d4ff, #7c3aed);
	transition: .3s
}

.dr1064faq-contact a:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 40px rgba(0, 212, 255, .35)
}

@media ( max-width :768px) {
	.dr1064faq {
		padding: 80px 0
	}
	.dr1064faq-container {
		grid-template-columns: 1fr
	}
	.dr1064faq-item>h2 {
		padding: 20px
	}
	.dr1064faq-item summary {
		padding: 20px;
		font-size: .95rem
	}
	.dr1064faq-item p {
		padding: 0 20px 20px
	}
	.dr1064faq-contact {
		padding: 35px 20px
	}
}