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

body {
  background: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  text-align: center;
}

/* Logo */
.logo {
  width: 180px;
  margin: 15px auto;
  display: block;
}

.logo-section {
  width: 140px;
  margin: 25px auto;
  display: block;
}

/* Titluri colorate neon */
h1, h2, h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

h1.site-title {
  font-size: 2.8rem;
  background: linear-gradient(45deg, #ff0050, #a020f0, #00f2ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 15px rgba(255,255,255,0.2);
}

/* Titluri secțiuni */
#apply h2 { color: #ff69b4; }       /* roz */
#about h2 { color: #fffc00; }       /* galben */
#countries h2 { color: #00f2ea; }   /* turcoaz */
#results h2 { color: #ff69b4; }     /* roz */
#campaigns h2 { color: #40e0d0; }   /* turcoaz deschis */
#contact h2 { color: #ffd700; }     /* galben cald */

/* Titluri țări */
[data-country-code="ro"] { color: #a020f0; }   /* mov */
[data-country-code="de"] { color: #ffd700; }   /* galben */
[data-country-code="it"] { color: #90ee90; }   /* verde deschis */
[data-country-code="es"] { color: #0000cd; }   /* albastru închis */
[data-country-code="fr"] { color: #ff0000; }   /* roșu */
[data-country-code="md"] { color: #006400; }   /* verde închis */
[data-country-code="gb"] { color: #ffffff; }   /* alb */

/* Butoane limbă */
nav button {
  background: #111;
  border: 2px solid #ff0050;
  color: #fff;
  padding: 8px 12px;
  margin: 5px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: 0.3s;
}
nav button:hover {
  background: #ff0050;
  color: #fff;
}

/* Secțiuni */
.neon-box {
  margin: 40px auto;
  padding: 25px;
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
}

/* Țări și sub-țări */
.country {
  border-radius: 12px;
  margin: 25px;
  padding: 18px;
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 10px rgba(255,255,255,0.15);
}
.country h3 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.4rem;
}
.country ul {
  list-style: none;
  margin-left: 20px;
}
.country ul li {
  margin: 6px 0;
  font-size: 1rem;
}

/* Butoane "Aplică acum" */
.apply-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(45deg, #ff69b4, #a020f0, #00f2ea);
  box-shadow: 0 0 12px rgba(255,105,180,0.6), 0 0 20px rgba(0,242,234,0.4);
  transition: transform 0.2s, opacity 0.2s;
}
.apply-btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
}/* Fundal video */
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; /* trimite video în spate */
  object-fit: cover; /* acoperă tot ecranul */
  filter: brightness(0.4) blur(2px); /* mai întunecat și ușor blurat */
}
footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
  margin-top: 2rem;
}
.social-follow {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.social-follow a {
  font-size: 2rem;
  color: #fff;
  transition: color 0.3s;
}
.social-follow a:hover {
  color: #e85d04;
}
.social-follow a[aria-label="YouTube"] {
  color: #FF0000; /* roșu YouTube */
}

.social-follow a[aria-label="TikTok"] {
  color: #000000; /* negru TikTok */
}

.social-follow a[aria-label="Facebook"] {
  color: #1877F2; /* albastru Facebook */
}

.social-follow a[aria-label="Instagram"] {
  color: #E4405F; /* roz Instagram */
}

/* efect la hover – iconița devine puțin mai deschisă */
.social-follow a:hover {
  opacity: 0.7;
}
/* === PAD-uri RØDECaster Style === */
.pma-padbar {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

.pma-pad {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  min-width: 220px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.15),
              0 0 25px currentColor,
              0 0 45px currentColor;
  transition: transform 0.15s ease, box-shadow 0.3s ease;
  animation: padGlow 2.2s ease-in-out infinite alternate;
}

/* === Butoane pastel în stil TikTok (responsive) === */
.pma-pad--live,
.pma-pad--merch {
  background: linear-gradient(135deg, #ff9af5, #a1b6ff, #8ef5f5);
  box-shadow: 0 0 15px rgba(255, 170, 255, 0.3);
  border: none;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  border-radius: 14px;
  transition: all 0.25s ease-in-out;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

/* Hover */
.pma-pad--live:hover,
.pma-pad--merch:hover {
  filter: brightness(1.1);
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 170, 255, 0.5);
}

/* Active */
.pma-pad--live:active,
.pma-pad--merch:active {
  transform: translateY(2px);
  box-shadow: 0 0 10px rgba(255, 170, 255, 0.4);
}

/* Mobile */
@media (max-width: 640px) {
  .pma-pad--live,
  .pma-pad--merch {
    width: 100%;
    font-size: 0.95rem;
    padding: 12px 16px;
    box-shadow: 0 0 10px rgba(255, 170, 255, 0.25);
  }

  .pma-pad--live:hover,
  .pma-pad--merch:hover {
    box-shadow: 0 0 18px rgba(255, 170, 255, 0.35);
  }
}

/* Hover cu glow intens */
.pma-pad:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3),
              0 0 45px currentColor,
              0 0 90px currentColor;
}

/* Când e apăsat */
.pma-pad:active {
  transform: translateY(3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

/* Animația “respirantă” */
@keyframes padGlow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.3); }
}

/* Responsiv pe mobil */
@media (max-width: 640px) {
  .pma-pad {
    width: 100%;
  }
}
/* === Layout mai echilibrat pe desktop === */
@media (min-width: 1024px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  main, .container {
    width: 100%;
    max-width: 1200px; /* limitează conținutul la mijloc */
    margin: 0 auto;
    padding: 0 40px;
  }

  /* grilă pentru secțiunile cu țări / linkuri */
  .countries {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 coloane pe desktop */
    gap: 30px;
    width: 100%;
  }

  /* butoanele „Aplică acum” mai scurte și centrate */
  .apply-btn, .pma-pad {
    width: auto;
    min-width: 220px;
    max-width: 300px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  /* steagurile sau iconițele din linkuri — aliniate frumos */
  .flag {
    width: 26px;
    height: 18px;
    margin-right: 8px;
    border-radius: 2px;
  }

  /* textul să nu se întindă prea mult */
  p, li {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }
}@keyframes tiktokFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.tiktok-btn {
  background: linear-gradient(135deg, #25F4EE, #FE2C55, #25F4EE);
  background-size: 200% 200%;
  animation: tiktokFlow 4s ease infinite;
  color: #fff !important;
  border-radius: 50%;
  padding: 12px;
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 15px rgba(254, 44, 85, 0.4);
  transition: all 0.3s ease;
}

.tiktok-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 0 25px rgba(37, 244, 238, 0.6);
}/* ===== Efect animat pentru toate iconițele social media ===== */

/* YouTube */
.youtube-btn {
  background: linear-gradient(135deg, #FF0000, #FF5555, #FF0000);
  background-size: 200% 200%;
  animation: tiktokFlow 4s ease infinite;
  color: #fff !important;
  border-radius: 50%;
  padding: 12px;
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.youtube-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.7);
}

/* Facebook */
.facebook-btn i {
  font-size: 28px !important;
}
.facebook-btn {
  background: linear-gradient(135deg, #1877F2, #00A2FF, #1877F2);
  background-size: 200% 200%;
  animation: tiktokFlow 4s ease infinite;
  color: #fff !important;
  border-radius: 50%;
  padding: 12px;
  font-size: 34px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 15px rgba(24, 119, 242, 0.4);
  transition: all 0.3s ease;
}
.facebook-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 0 25px rgba(24, 119, 242, 0.6);
}

/* Instagram */
.instagram-btn {
  background: linear-gradient(135deg, #F58529, #DD2A7B, #8134AF, #FEDA77);
  background-size: 300% 300%;
  animation: tiktokFlow 5s ease infinite;
  color: #fff !important;
  border-radius: 50%;
  padding: 12px;
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 15px rgba(221, 42, 123, 0.4);
  transition: all 0.3s ease;
}
.instagram-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 0 25px rgba(221, 42, 123, 0.6);
}/* Efect pulse continuu pentru iconițele social media */
@keyframes softPulse {
  0% {
    text-shadow: 0 0 8px currentColor, 0 0 16px currentColor;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 18px currentColor, 0 0 32px currentColor;
    transform: scale(1.08);
  }
  100% {
    text-shadow: 0 0 8px currentColor, 0 0 16px currentColor;
    transform: scale(1);
  }
}

/* Aplică efectul pentru toate iconițele social media */
.social-follow i {
  animation: softPulse 2.5s ease-in-out infinite;
}
/* Efect bounce la hover pentru iconițele social media */
@keyframes bounceHover {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.12);
  }
}

/* Activează bounce + glow la hover */
.social-follow i:hover {
  animation: bounceHover 0.4s ease-in-out;
}
/* Dimensiuni egale pentru toate butoanele social media */
.youtube-btn,
.tiktok-btn,
.facebook-btn,
.instagram-btn {
  width: 50px;
  height: 50px;
  padding: 14px;
}