/* ==========================================================================
   Social CTA bar — homepage band between the banner and Upcoming Markets.
   Theme navy field + brand-recognizable social buttons. (1rem = 10px here.)
   ========================================================================== */
.ba-social-cta{
	background:linear-gradient(120deg,#113c61 0%,#0d2c48 100%);
	color:#fff;
}
.ba-social-cta__inner{
	max-width:1180px; margin:0 auto; padding:2.6rem 20px;
	display:flex; align-items:center; justify-content:space-between;
	gap:2rem 2.4rem; flex-wrap:wrap;
}
.ba-social-cta__copy{ min-width:min(100%,26rem); }
.ba-social-cta__eyebrow{
	display:inline-block; margin-bottom:.45rem;
	color:#ffb23e; font-weight:800; text-transform:uppercase;
	letter-spacing:.09em; font-size:1.3rem;
}
.ba-social-cta__title{
	margin:0; color:#fff; font-weight:800; line-height:1.15; font-size:2.6rem;
}
.ba-social-cta__links{
	list-style:none; margin:0; padding:0;
	display:flex; gap:1rem; flex-wrap:wrap;
}
.ba-social-cta__btn{
	display:inline-flex; align-items:center; gap:.7rem;
	padding:1rem 1.7rem; border-radius:999px;
	font-size:1.55rem; font-weight:700; text-decoration:none; color:#fff;
	box-shadow:0 4px 14px rgba(0,0,0,.18);
	transition:transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}
.ba-social-cta__btn i{ font-size:1.7rem; line-height:1; }
.ba-social-cta__btn:hover,
.ba-social-cta__btn:focus-visible{
	transform:translateY(-2px); filter:brightness(1.06); color:#fff;
	box-shadow:0 7px 20px rgba(0,0,0,.26);
}
.ba-social-cta__btn:focus-visible{ outline:3px solid #7cc7e0; outline-offset:2px; }
.ba-social-cta__btn--whatsapp{ background:#25d366; color:#04351a; }
.ba-social-cta__btn--whatsapp:hover,
.ba-social-cta__btn--whatsapp:focus-visible{ color:#04351a; }
.ba-social-cta__btn--facebook{ background:#1877f2; }
.ba-social-cta__btn--instagram{
	background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

@media (max-width:768px){
	.ba-social-cta__inner{ padding:2.1rem 16px; justify-content:center; text-align:center; }
	.ba-social-cta__copy{ min-width:100%; }
	.ba-social-cta__title{ font-size:2.1rem; }
	.ba-social-cta__links{ justify-content:center; width:100%; }
	.ba-social-cta__btn{ font-size:1.4rem; padding:.9rem 1.45rem; }
}
