/* ==========================================================================
   Pagina FAQ -- Perguntas Frequentes
   ========================================================================== */

@keyframes vruumy-faq-scan {
	0%   { transform: translateY(-100%); opacity: .5; }
	100% { transform: translateY(100vh); opacity: 0; }
}

@keyframes vruumy-faq-pulse {
	0%, 100% { box-shadow: 0 0 18px rgba(0, 178, 255, .35), inset 0 0 30px rgba(0, 178, 255, .04); }
	50%       { box-shadow: 0 0 38px rgba(0, 178, 255, .65), inset 0 0 50px rgba(0, 178, 255, .09); }
}

@keyframes vruumy-faq-dot-blink {
	0%, 100% { opacity: 1; }
	50%       { opacity: .2; }
}

@keyframes vruumy-faq-bar-glow {
	0%, 100% { box-shadow: 0 0 8px rgba(0, 178, 255, .7); }
	50%       { box-shadow: 0 0 20px rgba(0, 178, 255, 1), 0 0 40px rgba(255, 45, 142, .4); }
}

.vruumy-faq {
	background: var(--vruumy-black);
	min-height: 60vh;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.vruumy-faq__hero {
	position: relative;
	padding: clamp(4.5rem, 11vw, 8rem) clamp(1.25rem, 5vw, 3rem) clamp(3rem, 7vw, 5rem);
	text-align: center;
	overflow: hidden;
	isolation: isolate;
}

.vruumy-faq__hero-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 178, 255, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 178, 255, .055) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 75%);
	pointer-events: none;
	z-index: 0;
}

.vruumy-faq__hero-scan {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 120px;
	background: linear-gradient(to bottom,
		transparent 0%,
		rgba(0, 178, 255, .06) 40%,
		rgba(0, 178, 255, .14) 50%,
		rgba(0, 178, 255, .06) 60%,
		transparent 100%);
	animation: vruumy-faq-scan 5s linear infinite;
	pointer-events: none;
	z-index: 0;
}

.vruumy-faq__hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 65% 55% at 25% 60%, rgba(0, 178, 255, .12) 0%, transparent 70%),
		radial-gradient(ellipse 50% 45% at 80% 35%, rgba(255, 45, 142, .10) 0%, transparent 70%),
		radial-gradient(ellipse 40% 40% at 50% 50%, rgba(0, 178, 255, .06) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.vruumy-faq__hero > * {
	position: relative;
	z-index: 1;
}

.vruumy-faq__kicker {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	font-family: var(--vruumy-font-heading);
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--vruumy-blue);
	margin: 0 0 1.5rem;
	padding: .45em 1.1em;
	border: 1px solid rgba(0, 178, 255, .3);
	border-radius: 999px;
	background: rgba(0, 178, 255, .06);
	backdrop-filter: blur(4px);
	box-shadow: 0 0 18px rgba(0, 178, 255, .18), inset 0 0 12px rgba(0, 178, 255, .06);
}

.vruumy-faq__kicker .vruumy-icon svg {
	width: 13px;
	height: 13px;
}

.vruumy-faq__kicker-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--vruumy-blue);
	box-shadow: 0 0 8px var(--vruumy-blue), 0 0 16px rgba(0, 178, 255, .6);
	animation: vruumy-faq-dot-blink 1.6s ease-in-out infinite;
	flex-shrink: 0;
}

.vruumy-faq__title {
	font-family: var(--vruumy-font-heading);
	font-size: clamp(3.5rem, 12vw, 7rem);
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
	margin: 0 0 1rem;
	line-height: 1;
	background: var(--vruumy-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	filter: drop-shadow(0 0 28px rgba(0, 178, 255, .6)) drop-shadow(0 0 60px rgba(255, 45, 142, .3));
}

.vruumy-faq__subtitle {
	max-width: 520px;
	margin: 0 auto 2rem;
	font-size: clamp(.9rem, 2vw, 1.02rem);
	line-height: 1.75;
	color: var(--vruumy-text-muted);
}

.vruumy-faq__hero-stats {
	display: inline-flex;
	align-items: center;
	gap: 1.25rem;
	font-family: var(--vruumy-font-heading);
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .2em;
	color: rgba(255, 255, 255, .35);
	text-transform: uppercase;
}

.vruumy-faq__hero-stats-sep {
	display: block;
	width: 28px;
	height: 1px;
	background: var(--vruumy-gradient);
	opacity: .5;
}

/* ==========================================================================
   Secoes
   ========================================================================== */
.vruumy-faq__sections {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 5vw, 2.5rem) clamp(4rem, 10vw, 7rem);
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.vruumy-faq__section-header {
	display: flex;
	align-items: center;
	gap: .85rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid transparent;
	background:
		linear-gradient(var(--vruumy-black), var(--vruumy-black)) padding-box,
		linear-gradient(90deg, rgba(0,178,255,.45) 0%, rgba(255,45,142,.25) 60%, transparent 100%) border-box;
	position: relative;
}

.vruumy-faq__section-num {
	font-family: var(--vruumy-font-heading);
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: rgba(0, 178, 255, .4);
	flex-shrink: 0;
}

.vruumy-faq__section-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(0,178,255,.15), rgba(255,45,142,.1));
	border: 1px solid rgba(0, 178, 255, .3);
	color: var(--vruumy-blue);
	box-shadow: 0 0 16px rgba(0, 178, 255, .22), inset 0 0 12px rgba(0, 178, 255, .08);
}

.vruumy-faq__section-icon .vruumy-icon svg {
	width: 18px;
	height: 18px;
}

.vruumy-faq__section-title {
	font-family: var(--vruumy-font-heading);
	font-size: clamp(.78rem, 2vw, .92rem);
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--vruumy-white);
	margin: 0;
	flex: 1;
}

.vruumy-faq__section-count {
	font-family: var(--vruumy-font-heading);
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .08em;
	color: var(--vruumy-white);
	background: var(--vruumy-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	flex-shrink: 0;
}

/* ==========================================================================
   Lista de itens
   ========================================================================== */
.vruumy-faq__list {
	display: flex;
	flex-direction: column;
	gap: .55rem;
}

.vruumy-faq__item {
	position: relative;
	background: rgba(26, 26, 35, .75);
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: var(--vruumy-radius);
	overflow: hidden;
	backdrop-filter: blur(6px);
	transition:
		border-color .3s var(--vruumy-ease),
		box-shadow .3s var(--vruumy-ease);
}

.vruumy-faq__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--vruumy-gradient);
	opacity: 0;
	transition: opacity .3s var(--vruumy-ease);
	border-radius: 0 3px 3px 0;
}

.vruumy-faq__item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0,178,255,.04) 0%, transparent 60%);
	opacity: 0;
	transition: opacity .3s var(--vruumy-ease);
	pointer-events: none;
	border-radius: inherit;
}

.vruumy-faq__item.is-open {
	border-color: rgba(0, 178, 255, .5);
	animation: vruumy-faq-pulse 2.8s ease-in-out infinite;
}

.vruumy-faq__item.is-open::before {
	opacity: 1;
	animation: vruumy-faq-bar-glow 2.8s ease-in-out infinite;
}

.vruumy-faq__item.is-open::after {
	opacity: 1;
}

/* ==========================================================================
   Botao da pergunta
   ========================================================================== */
.vruumy-faq__question-wrap {
	margin: 0;
}

.vruumy-faq__question {
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 100%;
	padding: 1.1rem 1.25rem 1.1rem 1.5rem;
	background: transparent;
	border: none;
	border-radius: 0;
	color: var(--vruumy-white);
	font-family: var(--vruumy-font-body);
	font-size: clamp(.87rem, 2vw, .96rem);
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	box-shadow: none;
	transition: color .22s var(--vruumy-ease);
}

.vruumy-faq__question:hover {
	color: var(--vruumy-blue);
	background: transparent;
	box-shadow: none;
	transform: none;
	opacity: 1;
}

.vruumy-faq__question-num {
	font-family: var(--vruumy-font-heading);
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .08em;
	color: rgba(0, 178, 255, .45);
	flex-shrink: 0;
	min-width: 22px;
	transition: color .22s var(--vruumy-ease);
}

.vruumy-faq__item.is-open .vruumy-faq__question-num {
	color: var(--vruumy-blue);
	text-shadow: 0 0 10px rgba(0, 178, 255, .8);
}

.vruumy-faq__question-text {
	flex: 1;
	line-height: 1.5;
}

.vruumy-faq__chevron {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .1);
	color: var(--vruumy-text-muted);
	transition:
		transform .35s var(--vruumy-ease),
		color .22s var(--vruumy-ease),
		border-color .22s var(--vruumy-ease),
		box-shadow .22s var(--vruumy-ease);
}

.vruumy-faq__chevron .vruumy-icon svg {
	width: 14px;
	height: 14px;
}

.vruumy-faq__question:hover .vruumy-faq__chevron {
	border-color: rgba(0, 178, 255, .4);
	color: var(--vruumy-blue);
}

.vruumy-faq__item.is-open .vruumy-faq__chevron {
	transform: rotate(90deg);
	color: var(--vruumy-blue);
	border-color: rgba(0, 178, 255, .6);
	box-shadow: 0 0 14px rgba(0, 178, 255, .45);
}

/* ==========================================================================
   Corpo da resposta
   ========================================================================== */
.vruumy-faq__body {
	max-height: 0;
	overflow: hidden;
	transition:
		max-height .4s var(--vruumy-ease),
		opacity .32s var(--vruumy-ease);
	opacity: 0;
}

.vruumy-faq__item.is-open .vruumy-faq__body {
	max-height: 700px;
	opacity: 1;
}

.vruumy-faq__answer {
	margin: 0 1.25rem 1.25rem 1.5rem;
	padding: 1.1rem 1.1rem 1.1rem 1.25rem;
	border-left: 2px solid rgba(0, 178, 255, .25);
	border-radius: 0 8px 8px 0;
	background: rgba(0, 178, 255, .04);
}

.vruumy-faq__answer p {
	margin: 0 0 .75rem;
	font-size: .92rem;
	line-height: 1.8;
	color: rgba(200, 200, 220, .9);
}

.vruumy-faq__answer p:last-child {
	margin-bottom: 0;
}

.vruumy-faq__answer ul {
	margin: .6rem 0 .75rem;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.vruumy-faq__answer ul li {
	position: relative;
	padding-left: 1.25rem;
	font-size: .92rem;
	line-height: 1.65;
	color: rgba(200, 200, 220, .9);
}

.vruumy-faq__answer ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .6em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--vruumy-gradient);
	box-shadow: 0 0 6px rgba(0, 178, 255, .8), 0 0 12px rgba(255, 45, 142, .3);
}

/* ==========================================================================
   Responsivo
   ========================================================================== */
@media (max-width: 600px) {
	.vruumy-faq__hero-stats {
		gap: .5rem .8rem;
		flex-wrap: wrap;
		justify-content: center;
	}

	.vruumy-faq__hero-stats-sep { display: none; }

	.vruumy-faq__question {
		padding: 1rem 1rem 1rem 1.1rem;
		gap: .65rem;
		font-size: .86rem;
	}

	.vruumy-faq__answer {
		margin: 0 .75rem .75rem 1.1rem;
		padding: .9rem;
	}

	.vruumy-faq__chevron {
		width: 28px;
		height: 28px;
	}

	.vruumy-faq__section-header { gap: .6rem; }
}
