/* ARFEKTA – Kategorijų SEO turinys
   Klasės su prefiksu .arf- kad nesimaišytų su temos stiliais.
   Spalvos per CSS kintamuosius – lengva pritaikyti prie temos. */

.arf-cat-seo {
	--arf-accent: #ff6600;        /* STIHL oranžinė akcentui */
	--arf-text: #2b2b2b;
	--arf-muted: #5a5a5a;
	--arf-border: #e4e4e4;
	--arf-bg-soft: #f7f7f7;
	--arf-radius: 10px;

	max-width: 1100px;
	margin: 0 auto;
	padding: 44px 16px 8px;
	border-top: 1px solid var(--arf-border);
	color: var(--arf-text);
	line-height: 1.7;
	font-size: 16px;
}

.arf-cat-seo .arf-cat-content > * + * {
	margin-top: 18px;
}

.arf-cat-seo h2 {
	font-size: 1.45rem;
	line-height: 1.3;
	margin: 32px 0 12px;
	color: var(--arf-text);
	font-weight: 700;
}

.arf-cat-seo h2:first-of-type {
	margin-top: 8px;
}

.arf-cat-seo p {
	margin: 0 0 14px;
	color: var(--arf-muted);
}

.arf-cat-seo .arf-lead {
	font-size: 1.12rem;
	color: var(--arf-text);
	border-left: 4px solid var(--arf-accent);
	padding-left: 16px;
}

.arf-cat-seo .arf-list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.arf-cat-seo .arf-list li {
	position: relative;
	padding: 6px 0 6px 28px;
	color: var(--arf-muted);
	border-bottom: 1px solid var(--arf-border);
}

.arf-cat-seo .arf-list li:last-child {
	border-bottom: 0;
}

.arf-cat-seo .arf-list li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 14px;
	width: 8px;
	height: 8px;
	background: var(--arf-accent);
	border-radius: 50%;
}

.arf-cat-seo .arf-list strong {
	color: var(--arf-text);
}

/* DUK / FAQ akordeonas */
.arf-faq-block {
	margin-top: 40px;
}

.arf-faq-title {
	font-size: 1.45rem;
	margin-bottom: 16px;
	font-weight: 700;
}

.arf-faq {
	border: 1px solid var(--arf-border);
	border-radius: var(--arf-radius);
	overflow: hidden;
}

.arf-faq-item {
	border-bottom: 1px solid var(--arf-border);
	background: #fff;
}

.arf-faq-item:last-child {
	border-bottom: 0;
}

.arf-faq-q {
	list-style: none;
	cursor: pointer;
	padding: 18px 52px 18px 20px;
	position: relative;
	font-weight: 600;
	color: var(--arf-text);
	user-select: none;
	transition: background .15s ease;
}

.arf-faq-q::-webkit-details-marker {
	display: none;
}

.arf-faq-q:hover {
	background: var(--arf-bg-soft);
}

.arf-faq-q::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4rem;
	line-height: 1;
	color: var(--arf-accent);
	transition: transform .2s ease;
}

.arf-faq-item[open] .arf-faq-q::after {
	content: "–";
}

.arf-faq-item[open] .arf-faq-q {
	background: var(--arf-bg-soft);
}

.arf-faq-a {
	padding: 0 20px 18px;
}

.arf-faq-a p {
	margin: 0;
	color: var(--arf-muted);
}

/* CTA */
.arf-cta {
	margin-top: 32px !important;
	padding: 20px 22px;
	background: var(--arf-bg-soft);
	border-radius: var(--arf-radius);
	font-size: 1.05rem;
	color: var(--arf-text) !important;
}

.arf-cta a {
	color: var(--arf-accent);
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.arf-cta a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.arf-cat-seo {
		font-size: 15px;
		margin-top: 32px;
	}
	.arf-cat-seo h2,
	.arf-faq-title {
		font-size: 1.25rem;
	}
}
