/* FIXPRO — franja banderas Latinoamérica (hero + footer) */
.fx-country-block{margin-top:20px;padding:14px 16px 12px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 12px 32px rgba(0,0,0,.22);max-width:100%;overflow:hidden}
.fx-country-block--footer{margin-top:16px;padding:12px 14px 10px;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.fx-country-label{margin:0 0 10px;font-size:.68rem;font-weight:1000;letter-spacing:.12em;text-transform:uppercase;color:rgba(240,210,122,.78)}
.fx-country-strip{margin:0;display:flex;justify-content:center;flex-wrap:wrap;gap:8px;max-width:100%}
.fx-country-block--footer .fx-country-strip{justify-content:flex-start}
.fx-country-flag{width:38px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.05);transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;flex:0 0 auto}
.fx-country-flag:hover{transform:translateY(-2px);border-color:rgba(240,210,122,.35);background:rgba(201,162,39,.08);box-shadow:0 8px 18px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.08)}
.fx-country-flag img{width:30px;height:22px;object-fit:contain;display:block;pointer-events:none}
@media (max-width:980px) and (min-width:769px){.fx-country-flag{width:34px;height:26px;border-radius:9px}.fx-country-flag img{width:28px;height:20px}}
@media (max-width:768px){
  .fx-country-block{padding:12px 12px 10px;border-radius:16px}
  .fx-country-strip{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none;mask-image:linear-gradient(90deg,#000 92%,transparent)}
  .fx-country-strip::-webkit-scrollbar{display:none}
  .fx-country-flag{width:32px;height:24px;border-radius:8px}
  .fx-country-flag img{width:24px;height:18px}
}
