/* IPDI — pagina FAQ (step 11) */
.ipdi-page-faq #main-content.wd-content-layout.container {
	max-width: 1240px;
	margin-inline: auto;
}

.ipdi-page-faq .ipdi-faq-page-head {
	margin-bottom: clamp(28px, 4vw, 40px);
	text-align: center;
}

.ipdi-page-faq .ipdi-instry-head__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6b7280;
}

.ipdi-page-faq .ipdi-instry-head__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2e7d32;
}

.ipdi-page-faq .ipdi-instry-head__title {
	margin: 0 0 16px;
	font-size: clamp(2rem, 4.2vw, 3rem);
	line-height: 1.08;
	text-transform: uppercase;
}

.ipdi-page-faq .ipdi-instry-head__subtitle {
	max-width: 42rem;
	margin: 0 auto;
	font-size: clamp(1.02rem, 1.7vw, 1.15rem);
	line-height: 1.75;
	color: #5a6472;
}

.ipdi-page-faq .ipdi-faq-index-panel {
	max-width: 920px;
	margin: 0 auto clamp(28px, 4vw, 40px);
	padding: 20px 24px;
	background: #f8faf8;
	border: 1px solid rgba(46, 125, 50, 0.12);
}

.ipdi-page-faq .ipdi-faq-index-panel__label {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6b7280;
	text-align: center;
}

.ipdi-page-faq .ipdi-faq-index__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	justify-content: center;
}

.ipdi-page-faq .ipdi-faq-index__chip {
	display: inline-flex;
	padding: 8px 16px;
	border: 1px solid rgba(46, 125, 50, 0.25);
	color: #2e7d32;
	background: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.ipdi-page-faq .ipdi-faq-index__chip:hover {
	background: #2e7d32;
	color: #fff;
}

.ipdi-page-faq .ipdi-faq-archive {
	max-width: 920px;
	margin: 0 auto;
}

.ipdi-page-faq .ipdi-faq-section {
	margin-bottom: clamp(40px, 6vw, 56px);
	padding-bottom: clamp(24px, 4vw, 32px);
	border-bottom: 1px solid rgba(15, 39, 68, 0.08);
}

.ipdi-page-faq .ipdi-faq-section:last-child {
	border-bottom: 0;
}

.ipdi-page-faq .ipdi-faq-section__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px 24px;
	margin-bottom: 20px;
}

.ipdi-page-faq .ipdi-faq-section__title {
	margin: 0 0 8px;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	line-height: 1.2;
}

.ipdi-page-faq .ipdi-faq-section__intro {
	margin: 0;
	color: #5a6472;
	line-height: 1.65;
	max-width: 36rem;
}

.ipdi-page-faq .ipdi-faq-section__cta {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border: 1px solid #2e7d32;
	color: #2e7d32;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.ipdi-page-faq .ipdi-faq-section__cta:hover {
	background: #2e7d32;
	color: #fff;
}

.ipdi-page-faq .ipdi-faq-section__item {
	border: 1px solid rgba(15, 39, 68, 0.1);
	margin-bottom: 10px;
	background: #fff;
}

.ipdi-page-faq .ipdi-faq-section__item[open] {
	border-color: rgba(46, 125, 50, 0.35);
}

.ipdi-page-faq .ipdi-faq-section__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	cursor: pointer;
	list-style: none;
}

.ipdi-page-faq .ipdi-faq-section__question::-webkit-details-marker {
	display: none;
}

.ipdi-page-faq .ipdi-faq-section__question-text {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45;
	color: #0f2744;
}

.ipdi-page-faq .ipdi-faq-section__item[open] .ipdi-faq-section__question-text {
	color: #2e7d32;
}

.ipdi-page-faq .ipdi-faq-section__toggle {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}

.ipdi-page-faq .ipdi-faq-section__toggle::before,
.ipdi-page-faq .ipdi-faq-section__toggle::after {
	content: "";
	position: absolute;
	background: #2e7d32;
}

.ipdi-page-faq .ipdi-faq-section__toggle::before {
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
}

.ipdi-page-faq .ipdi-faq-section__toggle::after {
	top: 2px;
	left: 8px;
	width: 2px;
	height: 14px;
}

.ipdi-page-faq .ipdi-faq-section__item[open] .ipdi-faq-section__toggle::after {
	display: none;
}

.ipdi-page-faq .ipdi-faq-section__answer {
	padding: 0 18px 16px;
	color: #374151;
	line-height: 1.7;
}

.ipdi-page-faq .ipdi-faq-cta {
	text-align: center;
	color: #fff;
}

.ipdi-page-faq .ipdi-faq-cta__title {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.ipdi-page-faq .ipdi-faq-cta__subtitle {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 767px) {
	.ipdi-page-faq .ipdi-faq-section__head {
		flex-direction: column;
	}

	.ipdi-page-faq .ipdi-faq-section__cta {
		width: 100%;
		justify-content: center;
	}
}
