@font-face {
  font-family: 'SohoGothicPro';
  src: url('fonts/SohoGothicPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SohoGothicPro';
  src: url('fonts/SohoGothicPro-Medium.otf') format('opentype');
  font-weight: 500 700;
  font-style: normal;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'SohoGothicPro', 'Segoe UI', Arial, sans-serif;
  background: #f5f5f5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 58px 40px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  max-width: 440px;
  width: 90%;
}

.product-name-es {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 26px;
  color: #ff6200;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.product-name-en {
  font-size: 1rem;
  font-weight: 500;
  color: #ff6200;
  margin-bottom: 40px;
  opacity: 0.8;
}

.reg {
  font-size: 0.55em;
  vertical-align: super;
}

.flags {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
}

.flag-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: transform 0.2s;
}

.flag-link:hover { transform: scale(1.08); }

.flag-link img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

.flag-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
