/**
 * Pagine Elementor PC Precision — stile Woodmart.
 */

.pcp-el-list {
	margin: 0 0 1.25rem;
	padding-left: 1.25rem;
	line-height: 1.7;
}

.pcp-el-list li {
	margin-bottom: 0.4rem;
}

.pcp-el-list--ordered {
	list-style: decimal;
}

.pcp-el-link {
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pcp-el-timeline {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.25rem;
}

.pcp-el-timeline__item {
	padding: 1rem 1.1rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	background: #fafafa;
}

.pcp-el-timeline__item strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.95rem;
}

.pcp-el-timeline__item p {
	margin: 0;
	font-size: 0.9rem;
	color: #4b5563;
}

.pcp-el-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.25rem;
}

.pcp-el-step {
	padding: 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}

.pcp-el-step__num {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #6b7280;
}

.pcp-el-step h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
}

.pcp-el-step p {
	margin: 0 0 0.75rem;
	color: #4b5563;
	line-height: 1.6;
}

.pcp-el-contact-channels {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

.pcp-el-contact-card {
	display: block;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.pcp-el-contact-card:hover {
	border-color: rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.pcp-el-contact-card strong {
	display: block;
	margin-bottom: 0.2rem;
}

.pcp-el-contact-card span {
	color: #6b7280;
	font-size: 0.92rem;
}

.pcp-el-contact-card small {
	display: block;
	margin-top: 0.35rem;
	color: #9ca3af;
	font-size: 0.82rem;
	line-height: 1.4;
}

.pcp-el-quote {
	margin: 0 0 1.25rem;
	padding: 1.1rem 1.25rem;
	border-left: 3px solid #111;
	background: #f9fafb;
	border-radius: 0 8px 8px 0;
}

.pcp-el-quote p {
	margin: 0 0 0.5rem;
	font-style: italic;
}

.pcp-el-quote cite {
	font-size: 0.85rem;
	color: #6b7280;
	font-style: normal;
}

/* Form contatti → assets/contact-form.css */

/* Legal dentro Elementor */
.elementor-widget-text-editor .pcp-legal-content {
	max-width: 100%;
}

.pcp-el-section-lead {
	margin: 0 0 1.5rem;
	color: #4b5563;
	line-height: 1.65;
}

.pcp-el-res-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	margin-top: 0.5rem;
}

.pcp-el-res-card {
	padding: 1.35rem 1.4rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	background: #fafafa;
}

.pcp-el-res-card__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem 1rem;
	margin-bottom: 0.75rem;
}

.pcp-el-res-card__head h3 {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.35;
	flex: 1 1 200px;
}

.pcp-el-res-card__price {
	font-weight: 700;
	font-size: 0.95rem;
	white-space: nowrap;
}

.pcp-el-res-card p {
	margin: 0 0 0.75rem;
	color: #4b5563;
	line-height: 1.6;
}
