* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.hero {
  text-align: center;
}

.flag {
  width: 100%;
}

.stripe {
  height: 28px;
}

.yellow {
  background: #fcd116;
}

.blue {
  background: #003893;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red {
  background: #ce1126;
}

.stars {
  color: white;
  font-size: 14px;
  letter-spacing: 10px;
  line-height: 1;
}

.memorial {
  text-align: center;
}
.container {
  max-width: 620px;
  margin: 0 auto;
  padding: 20px 18px 50px;
}

.hero-content {
  padding: 32px 20px 20px;
}

.card {
  padding: 22px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 18px;
}

.card {
  background: #111;
  border: 1px solid #2b2b2b;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 26px;
  box-shadow: 0 0 18px rgba(255,255,255,0.04);
}

.memorial p {
  font-size: 16px;
  margin: 12px 0;
}

.comparte {
  margin-top: 24px;
  font-size: 26px;
  font-weight: 900;
  color: #ffd500;
  letter-spacing: 4px;
}

.tweet-card h2 {
  text-align: center;
  margin-bottom: 20px;
}

.tweet-preview {
  background: #000;
  border: 1px solid #2f3336;
  border-radius: 16px;
  padding: 22px;
  text-align: left;
  margin-bottom: 20px;
}

.tweet-header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.tweet-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tweet-header strong {
  display: block;
  font-size: 15px;
}

.tweet-header span {
  color: #777;
  font-size: 14px;
}

.tweet-preview p {
  font-size: 16px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.share-btn,
.copy-btn {
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
  font-size: 15px;
}

.share-btn {
  background: #1d9bf0;
  color: white;
  text-decoration: none;
}

.copy-btn {
  background: transparent;
  color: #1d9bf0;
  border: 1px solid #1d9bf0;
}

.counter {
  margin-top: 18px;
  text-align: center;
  font-size: 15px;
  color: #ffd1dc;
  font-weight: bold;
}

.countries {
  margin-top: 26px;
  text-align: center;
}

.countries h3 {
  color: #ffd500;
  font-size: 15px;
  margin-bottom: 12px;
}

.country-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.country-list span {
  border: 1px solid #333;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
}

.qr-box {
  margin-top: 26px;
  text-align: center;
}

.qr-box img {
  width: 80px;
  height: 80px;
  background: white;
  padding: 4px;
  border-radius: 6px;
}

.qr-box p {
  color: #999;
  font-size: 12px;
  margin-top: 8px;
}

.floating-share {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #1d9bf0;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 13px 30px;
  border-radius: 999px;
  z-index: 999;
}

footer {
  text-align: center;
  color: #777;
  padding: 10px 20px 75px;
  font-size: 13px;
}
