/* Dia do Profissional GuiaWP — front-end
   @author Negócios Assis
   @since 1.0.0 - 2026-07-21 */

.dpgw-wrapper {
	max-width: 1280px; margin: 24px auto; padding: 0 16px;
}

.dpgw-card {
	display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
	background: linear-gradient(120deg, #1a3c5e 0%, #234b73 100%);
	border-radius: 20px; padding: 22px 28px;
	box-shadow: 0 4px 16px rgba(26, 60, 94, .25);
}

.dpgw-emoji { font-size: 30px; line-height: 1; }

.dpgw-texto { flex: 1; min-width: 240px; display: flex; flex-direction: column; gap: 4px; }

.dpgw-titulo {
	color: #fff; font-size: 24px; font-weight: 800; line-height: 1.2;
	font-family: 'Poppins', sans-serif;
}
@media (min-width: 768px) {
	.dpgw-titulo { font-size: 30px; }
}

.dpgw-sub { color: #cbd8e6; font-size: 13px; font-family: 'Inter', sans-serif; }

.dpgw-cta {
	display: inline-flex; align-items: center; gap: 4px;
	background: #f4a261; color: #1a3c5e; text-decoration: none;
	font-size: 13px; font-weight: 700; font-family: 'Inter', sans-serif;
	padding: 9px 16px; border-radius: 9999px;
	transition: transform .12s ease, filter .12s ease;
	white-space: nowrap;
}
.dpgw-cta:hover { filter: brightness(1.05); transform: translateY(-1px); text-decoration: none; }
.dpgw-cta .material-symbols-outlined { font-size: 16px; }

@media (max-width: 480px) {
	.dpgw-card { padding: 16px; }
	.dpgw-cta { width: 100%; justify-content: center; }
}
