/* Pimpit - buton WhatsApp sticky global */
.pimpit-whatsapp-sticky {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #25D366;
	color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

.pimpit-whatsapp-sticky:hover {
	background: #1ebe5a;
	color: #fff;
}

@media (min-width: 1024px) {
	.pimpit-whatsapp-sticky {
		right: 24px;
		bottom: 24px;
	}
}

/* Pimpit - buton WhatsApp pe pagina de produs (proportionat ca "Adauga in cos") */
.pimpit-whatsapp-product-btn.button {
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin-top: 10px;
	padding: 0.7em 1.4em;
	font-size: 1em;
	line-height: 1.2;
	text-align: center;
	background: #25D366;
	color: #fff;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.pimpit-whatsapp-product-btn.button:hover {
	background: #1ebe5a;
	color: #fff;
}

@media (max-width: 480px) {
	.pimpit-whatsapp-product-btn.button {
		display: block;
		width: 100%;
	}
}

/* Pimpit - modal detalii masina */
.pimpit-whatsapp-modal[hidden] {
	display: none;
}

.pimpit-whatsapp-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pimpit-whatsapp-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.pimpit-whatsapp-modal__box {
	position: relative;
	background: #fff;
	border-radius: 6px;
	padding: 24px;
	width: 92%;
	max-width: 380px;
	max-height: 90vh;
	overflow-y: auto;
	box-sizing: border-box;
}

.pimpit-whatsapp-modal__box label {
	display: block;
	margin-top: 12px;
	font-size: 0.9em;
}

.pimpit-whatsapp-modal__box input {
	display: block;
	width: 100%;
	margin-top: 4px;
	padding: 8px 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.pimpit-whatsapp-modal__close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: 0;
	font-size: 1.6em;
	line-height: 1;
	cursor: pointer;
}

.pimpit-whatsapp-modal__send.button {
	display: block;
	width: 100%;
	margin-top: 18px;
	background: #25D366;
	color: #fff;
	border: 0;
}

.pimpit-whatsapp-modal__send.button:hover {
	background: #1ebe5a;
	color: #fff;
}

/* Pimpit - tabel specificatii tehnice */
.pimpit-tech-specs {
	margin: 28px 0;
	max-width: 560px;
}

.pimpit-tech-specs h2 {
	font-size: 1.2em;
	margin: 0 0 12px;
}

.pimpit-tech-specs__table {
	width: 100%;
	border-collapse: collapse;
}

.pimpit-tech-specs__table th,
.pimpit-tech-specs__table td {
	padding: 8px 12px;
	border: 1px solid #e3e3e3;
	text-align: left;
	vertical-align: top;
}

.pimpit-tech-specs__table th {
	width: 45%;
	background: #f7f7f7;
	font-weight: 600;
}

@media (max-width: 480px) {
	.pimpit-tech-specs__table th,
	.pimpit-tech-specs__table td {
		padding: 6px 8px;
		font-size: 0.92em;
	}
}

/* Pimpit - bloc compatibilitate WhatsApp (sub tabelul tehnic) */
.pimpit-compat-block {
	max-width: 560px;
	margin: 0 0 28px;
	padding: 16px 18px;
	background: #f3faf6;
	border: 1px solid #d7eee0;
	border-radius: 6px;
	box-sizing: border-box;
}

.pimpit-compat-block__title {
	margin: 0 0 6px;
	font-weight: 700;
}

.pimpit-compat-block p {
	margin: 0 0 6px;
}

.pimpit-compat-block .pimpit-whatsapp-product-btn {
	margin-top: 10px;
}

.pimpit-spec-row__hint {
	display: block;
	font-weight: 400;
	font-size: 0.78em;
	color: #888;
	margin-top: 2px;
}
