/* FAQ page styles */
.page-template-page-faq {
	background: none;
}

body.page-template-page-faq {
	overflow-x: hidden;
	margin: 0;
	font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.55;
	color: #151515;
	background: linear-gradient(180deg, #ffffff, #fbfaf7);
	width: 100%;
	max-width: 100%;
}

body.page-template-page-faq header.wp-block-template-part,
body.page-template-page-faq footer.wp-block-template-part {
	display: none;
}

.page-template-page-faq .dd-faq-bg {
	padding: 0;
	background: transparent;
}

.page-template-page-faq .dd-faq-frame {
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	display: grid;
	gap: 0;
}

.page-template-page-faq .dd-faq {
	--bg: #fbfaf7;
	--surface: #ffffff;
	--surface-2: #f6f3ec;
	--text: #151515;
	--muted: #5b5b5b;
	--line: rgba(0, 0, 0, 0.1);
	--gold: #d7ae55;
	--gold-2: #f2d38b;
	--teal: #31b8ad;
	--shadow: 0 20px 50px rgba(20, 20, 20, 0.1);
	--shadow-soft: 0 10px 30px rgba(20, 20, 20, 0.08);
	--r-lg: 26px;
	--r-md: 18px;
	--r-sm: 14px;
	--max: 1180px;
	--pad: 22px;
	--h1: clamp(34px, 3.2vw, 52px);
	--h2: clamp(22px, 2.1vw, 34px);
	--h3: 20px;
	--p: 16px;
	color: var(--text);
	background: transparent;
	font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.55;
}

.page-template-page-faq .dd-faq * {
	box-sizing: border-box;
}

.page-template-page-faq .dd-faq a {
	color: inherit;
	text-decoration: none;
}

.page-template-page-faq .dd-faq .container {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 var(--pad);
}

.page-template-page-faq .dd-faq-card,
.page-template-page-faq .dd-faq-grid > * {
	min-width: 0;
	overflow-wrap: break-word;
}

.page-template-page-faq .dd-faq .muted {
	color: var(--muted);
}

.page-template-page-faq .dd-faq .title {
	margin: 12px 0 10px;
	font-weight: 950;
	letter-spacing: -0.02em;
}

.page-template-page-faq .dd-faq h1 {
	font-size: var(--h1);
	margin: 14px 0 12px;
	line-height: 1.08;
}

.page-template-page-faq .dd-faq h2 {
	font-size: var(--h2);
	margin: 0 0 12px;
	line-height: 1.12;
}

.page-template-page-faq .dd-faq h3 {
	font-size: var(--h3);
	margin: 0 0 10px;
	line-height: 1.2;
}

.page-template-page-faq .dd-faq p {
	margin: 0 0 14px;
	font-size: var(--p);
}

.page-template-page-faq .dd-faq-card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	box-shadow: var(--shadow-soft);
}

.page-template-page-faq .dd-faq-card-pad {
	padding: 22px;
}

.page-template-page-faq .dd-faq-small {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.55);
}

.page-template-page-faq .dd-faq-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 900;
	cursor: pointer;
	transition: 0.18s ease;
	background: transparent;
	white-space: nowrap;
}

.page-template-page-faq .dd-faq-btn-primary {
	background: linear-gradient(135deg, var(--gold), var(--gold-2));
	color: #1a140a;
	box-shadow: 0 12px 25px rgba(215, 174, 85, 0.28);
}

.page-template-page-faq .dd-faq-btn-secondary {
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(0, 0, 0, 0.12);
}

.page-template-page-faq .dd-faq-btn:hover {
	transform: translateY(-1px);
}

.page-template-page-faq .dd-faq-btn:active {
	transform: translateY(0);
}

.page-template-page-faq .dd-faq-kicker {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(215, 174, 85, 0.14);
	border: 1px solid rgba(215, 174, 85, 0.3);
	color: #6a4b12;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.page-template-page-faq .dd-faq-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(49, 184, 173, 0.12);
	border: 1px solid rgba(49, 184, 173, 0.25);
	color: #0d5e58;
	font-weight: 950;
	font-size: 12px;
}

.page-template-page-faq .dd-faq-pill {
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: rgba(255, 255, 255, 0.86);
	font-weight: 950;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.7);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
}

.page-template-page-faq .dd-faq-pill.active {
	border-color: rgba(215, 174, 85, 0.55);
	background: rgba(215, 174, 85, 0.18);
	color: #6a4b12;
}

.page-template-page-faq .dd-faq-pill-teal {
	background: rgba(49, 184, 173, 0.12);
	border-color: rgba(49, 184, 173, 0.25);
	color: #0d5e58;
}

/* Header */
.page-template-page-faq .dd-faq-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.page-template-page-faq .dd-faq-nav {
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.page-template-page-faq .dd-faq-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 950;
	letter-spacing: -0.02em;
}

.page-template-page-faq .dd-faq-logo {
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(215, 174, 85, 0.35), rgba(49, 184, 173, 0.18));
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 12px 20px rgba(20, 20, 20, 0.06);
	display: grid;
	place-items: center;
	font-weight: 950;
	color: #6a4b12;
}

.page-template-page-faq .dd-faq-menu {
	display: flex;
	gap: 16px;
	align-items: center;
}

.page-template-page-faq .dd-faq-menu a {
	padding: 10px 10px;
	border-radius: 12px;
	color: rgba(0, 0, 0, 0.72);
	font-weight: 900;
	font-size: 14px;
}

.page-template-page-faq .dd-faq-menu a:hover {
	background: rgba(0, 0, 0, 0.04);
}

.page-template-page-faq .dd-faq-menu a.active {
	background: rgba(215, 174, 85, 0.14);
	border: 1px solid rgba(215, 174, 85, 0.28);
	color: #6a4b12;
}

.page-template-page-faq .dd-faq-nav-right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.page-template-page-faq .dd-faq-lang {
	display: flex;
	gap: 6px;
	padding: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-template-page-faq .dd-faq-lang button {
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 7px 10px;
	border-radius: 999px;
	font-weight: 950;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.62);
}

.page-template-page-faq .dd-faq-lang button.active {
	background: rgba(215, 174, 85, 0.24);
	color: #6a4b12;
}

/* Page */
.page-template-page-faq .dd-faq-crumbs {
	font-size: 13px;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.55);
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 18px 0 8px;
}

.page-template-page-faq .dd-faq-crumbs span {
	opacity: 0.7;
}

.page-template-page-faq .dd-faq-hero-card {
	padding: 26px;
	border-radius: var(--r-lg);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76));
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: var(--shadow);
	overflow: hidden;
	position: relative;
}

.page-template-page-faq .dd-faq-hero-card::before {
	content: '';
	position: absolute;
	inset: -2px;
	background:
		radial-gradient(700px 380px at 12% 20%, rgba(49, 184, 173, 0.1), transparent 60%),
		radial-gradient(700px 420px at 85% 30%, rgba(215, 174, 85, 0.12), transparent 60%);
	opacity: 0.9;
	pointer-events: none;
}

.page-template-page-faq .dd-faq-hero-card > * {
	position: relative;
}

.page-template-page-faq .dd-faq-hero-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 18px;
	align-items: stretch;
	margin-top: 12px;
}

.page-template-page-faq .dd-faq-search {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 14px;
}

.page-template-page-faq .dd-faq-input,
.page-template-page-faq .dd-faq-select {
	height: 46px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: rgba(255, 255, 255, 0.92);
	font-weight: 900;
	color: rgba(0, 0, 0, 0.75);
	outline: none;
}

.page-template-page-faq .dd-faq-input {
	padding: 0 14px;
	flex: 1 1 280px;
}

.page-template-page-faq .dd-faq-select {
	padding: 0 12px;
	background: rgba(255, 255, 255, 0.9);
	color: rgba(0, 0, 0, 0.72);
}

.page-template-page-faq .dd-faq-pills {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.page-template-page-faq .dd-faq-cta {
	padding: 22px;
	border-radius: var(--r-lg);
	background:
		radial-gradient(700px 220px at 10% 10%, rgba(49, 184, 173, 0.12), transparent 60%),
		linear-gradient(135deg, rgba(215, 174, 85, 0.18), rgba(255, 255, 255, 0.92));
	border: 1px solid rgba(215, 174, 85, 0.28);
	box-shadow: var(--shadow);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 18px;
}

.page-template-page-faq .dd-faq-row-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.page-template-page-faq .dd-faq-page {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 22px;
	align-items: start;
	padding: 22px 0 54px;
}

.page-template-page-faq .dd-faq-sticky {
	position: sticky;
	top: 98px;
}

.page-template-page-faq .dd-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 14px;
}

.page-template-page-faq .dd-faq-grid details {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 22px;
	padding: 14px 16px;
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}

.page-template-page-faq .dd-faq-grid details[open] {
	border-color: rgba(215, 174, 85, 0.35);
	background: rgba(215, 174, 85, 0.1);
}

.page-template-page-faq .dd-faq-grid summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	font-weight: 950;
}

.page-template-page-faq .dd-faq-grid summary::-webkit-details-marker {
	display: none;
}

.page-template-page-faq .dd-faq-question {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: rgba(0, 0, 0, 0.85);
}

.page-template-page-faq .dd-faq-question .ico {
	width: 34px;
	height: 34px;
	border-radius: 14px;
	background: rgba(49, 184, 173, 0.12);
	border: 1px solid rgba(49, 184, 173, 0.25);
	display: grid;
	place-items: center;
	color: #0d5e58;
	font-weight: 950;
	flex: 0 0 auto;
	margin-top: 2px;
}

.page-template-page-faq .dd-faq-chevron {
	width: 34px;
	height: 34px;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: rgba(255, 255, 255, 0.8);
	display: grid;
	place-items: center;
	color: rgba(0, 0, 0, 0.55);
	flex: 0 0 auto;
	transition: 0.18s ease;
}

.page-template-page-faq .dd-faq-grid details[open] .dd-faq-chevron {
	transform: rotate(180deg);
	border-color: rgba(215, 174, 85, 0.35);
}

.page-template-page-faq .dd-faq-grid details p {
	margin: 12px 0 0;
}

.page-template-page-faq .dd-faq-side-stack {
	display: grid;
	gap: 12px;
}

.page-template-page-faq .dd-faq-side-line {
	padding: 10px 12px;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.88);
	font-weight: 850;
	color: rgba(0, 0, 0, 0.72);
	font-size: 13px;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.page-template-page-faq .dd-faq-dot {
	width: 22px;
	height: 22px;
	border-radius: 8px;
	background: rgba(49, 184, 173, 0.12);
	border: 1px solid rgba(49, 184, 173, 0.25);
	display: grid;
	place-items: center;
	font-weight: 950;
	color: #0d5e58;
	flex: 0 0 auto;
	margin-top: 1px;
}

.page-template-page-faq .dd-faq-header-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 12px;
	flex-wrap: wrap;
}

.page-template-page-faq .dd-faq-quick-links {
	background: rgba(255, 255, 255, 0.88);
}

/* Footer (reuse home footer markup) */
.page-template-page-faq .dd-home-footer {
	padding: 46px 0 60px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 0.65);
}

.page-template-page-faq .dd-home-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
	gap: 18px;
}

.page-template-page-faq .dd-home-footer-grid a {
	display: block;
	padding: 6px 0;
	color: rgba(0, 0, 0, 0.68);
	font-weight: 650;
}

.page-template-page-faq .dd-home-footer-grid a:hover {
	color: rgba(0, 0, 0, 0.9);
}

.page-template-page-faq .dd-home-small {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 980px) {
	.page-template-page-faq .dd-faq-menu {
		display: none;
	}

	.page-template-page-faq .dd-faq-hero-grid {
		grid-template-columns: 1fr;
	}

	.page-template-page-faq .dd-faq-page {
		grid-template-columns: 1fr;
	}

	.page-template-page-faq .dd-faq-sticky {
		position: static;
	}

	.page-template-page-faq .dd-faq-grid {
		grid-template-columns: 1fr;
	}

	.page-template-page-faq .dd-home-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	.page-template-page-faq .dd-faq .container {
		--pad: 18px;
	}

	.page-template-page-faq .dd-home-footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 400px) {
	.page-template-page-faq .dd-faq .container {
		--pad: 16px;
	}
}
