/**
 * POLI Studio — sección "Presencia digital" (páginas web / apps / tienda online)
 * Extiende el estilo existente (paleta, tipografías, botones) sin tocar los archivos originales.
 */

.section.webapp-section {
	background-color: #F6DFD6;
	background-repeat: repeat;
	position: relative;
}

.section.webapp-section .fw {
	position: relative;
	z-index: 2;
}

.section.webapp-section .titles .title {
	color: #292929;
}

.webapp-lead {
	max-width: 720px;
	font-size: 17px;
	line-height: 28px;
	color: #292929;
	margin: -10px 0 45px 0;
}

.webapp-lead strong {
	font-weight: 700;
}

.row.webapp-cards {
	margin: 0 -15px;
}

.row.webapp-cards .col {
	padding: 0 15px;
	margin-bottom: 30px;
}

.webapp-card {
	position: relative;
	height: 100%;
	background: #ffffff;
	border-radius: 18px;
	padding: 40px 28px 34px 28px;
	box-shadow: 0 20px 40px rgba(41, 41, 41, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.webapp-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 50px rgba(41, 41, 41, 0.14);
}

.webapp-card.featured {
	background: #292929;
}

.webapp-card .icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #F4AEB0;
	margin-bottom: 22px;
}

.webapp-card.featured .icon-wrap {
	background: #FC6351;
}

.webapp-card .icon-wrap i {
	font-size: 22px;
	color: #FC6351;
}

.webapp-card.featured .icon-wrap i {
	color: #ffffff;
}

.webapp-card .wc-badge {
	position: absolute;
	top: -14px;
	right: 24px;
	background: #FC6351;
	color: #ffffff;
	font-family: 'Hind', helvetica;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 7px 14px;
	border-radius: 999px;
	box-shadow: 0 8px 16px rgba(252, 99, 81, 0.35);
}

.webapp-card .wc-name {
	font-family: 'Lexend Peta', sans-serif;
	font-size: 19px;
	color: #292929;
	margin-bottom: 12px;
}

.webapp-card.featured .wc-name {
	color: #ffffff;
}

.webapp-card p {
	font-size: 14px;
	line-height: 24px;
	color: #575757;
	margin: 0;
}

.webapp-card.featured p {
	color: #d9d9d9;
}

@media (max-width: 720px) {
	.webapp-lead {
		font-size: 15px;
		line-height: 25px;
	}
}

/* Badge "más pedido" sobre la tarjeta de servicio Diseño Web en "lo que hacemos" */
.blog-item.is-highlight {
	position: relative;
}

.blog-item.is-highlight .wc-badge {
	position: absolute;
	top: -10px;
	right: 10px;
	background: #FC6351;
	color: #ffffff;
	font-family: 'Hind', helvetica;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 5px 11px;
	border-radius: 999px;
	z-index: 2;
}

/* Bloque "seguinos en Instagram" en proyectos */
.insta-cta {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: #292929;
	background-size: cover;
	background-position: center;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.insta-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(41, 41, 41, 0.55);
}

.insta-cta-inner {
	position: relative;
	z-index: 2;
	max-width: 560px;
	text-align: center;
	padding: 60px 30px;
}

.insta-cta-inner .icon.fa-instagram {
	font-size: 44px;
	color: #ffffff;
	margin-bottom: 18px;
	display: inline-block;
}

.insta-cta-inner h3 {
	color: #ffffff;
	font-size: 28px;
	margin: 0 0 18px 0;
}

.insta-cta-inner p {
	color: #f1f1f1;
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 30px 0;
}

.insta-cta-inner .btn {
	color: #ffffff;
	box-shadow: inset 0 -6px 0 #FC6351;
	-webkit-box-shadow: inset 0 -6px 0 #FC6351;
}

.insta-cta-inner .btn:hover {
	box-shadow: inset 0 -30px 0 #FC6351;
	-webkit-box-shadow: inset 0 -30px 0 #FC6351;
}

@media (max-width: 720px) {
	.insta-cta {
		min-height: 320px;
	}

	.insta-cta-inner h3 {
		font-size: 22px;
	}
}
