a:hover {
    color: #ffd700 !important;
    transition: color 0.3s ease-in-out;
}

.nav-links a:hover {
    color: #ffd700;
}


.lang-toggle {
  position: relative;
  top: 0.5rem;
  left: 1rem;
}

.lang-toggle-btn {
  background: #ffd700;
  border: none;
  padding: 0.4em 0.8em;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 2.5em;
  left: 0;
  background: #1a1a1a;
  padding: 0.5em;
  border-radius: 6px;
  border: 1px solid #ffd700;
}

.lang-menu.show {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}

.lang-menu button {
  background: none;
  border: none;
  cursor: pointer;
}

.lang-menu img {
  width: 24px;
  height: 16px;
  border: 1px solid #ffd700;
}


/* Złote napisy i akcenty */
h1, h2, h3, h4, h5, h6 {
  color: #ffcc33;
}

.nav-links a {
  color: #f5f5f5;
  transition: color 0.3s ease-in-out;
}

.nav-links a:hover,
a:hover,
.cta-button:hover {
  color: #ffd700 !important;
}

.cta-button {
  background: linear-gradient(135deg, #ffdf00, #ffd700);
  color: #0d0d0d;
  font-weight: bold;
  border: none;
  transition: background 0.3s ease-in-out;
}

.cta-button:hover {
  background: linear-gradient(135deg, #ffee58, #ffd700);
  transform: scale(1.05);
}

/* Złote border dla produktów */
.product-card {
  border: 1px solid #ffcc33;
}

/* Kontakt labels w złotym */
.contact-form label {
  color: #ffcc33;
}


/* Flagi — domyślnie ukryte */
.lang-toggle {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
}

.lang-toggle-btn {
  background: #ffd700;
  border: none;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #111;
  font-weight: bold;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 2.8rem;
  left: 0;
  flex-direction: column;
  background: #1a1a1a;
  border: 1px solid #ffd700;
  border-radius: 6px;
  padding: 0.4rem;
}

.lang-menu.show {
  display: flex;
}

.lang-menu button {
  background: none;
  border: none;
  padding: 0.2rem;
  cursor: pointer;
}

.lang-menu img {
  width: 28px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: border 0.2s;
}

.lang-menu img:hover {
  border: 1px solid #ffd700;
}


/* Poprawki formularza */
.contact-form {
  max-width: 600px;
  margin: 3rem auto;
  background: #1a1a1a;
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid #ffd700;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.8rem;
  background: #0d0d0d;
  border: 1px solid #ffd700;
  color: #f5f5f5;
  border-radius: 6px;
  font-size: 1rem;
}

/* Poprawki reCAPTCHA */
.g-recaptcha {
  align-self: center;
  transform: scale(1.01);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Przycisk Wyślij */
.contact-form button.cta-button {
  align-self: center;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  border-radius: 50px;
  background: linear-gradient(135deg, #ffdf00, #ffd700);
  color: #0d0d0d;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none;
}

.contact-form button.cta-button:hover {
  background: linear-gradient(135deg, #ffee58, #ffd700);
  transform: scale(1.05);
}


/* --- Formularz kontaktowy: pełna poprawka --- */

.contact-form {
  max-width: 600px;
  margin: 4rem auto;
  padding: 2rem;
  background-color: #1a1a1a;
  border: 2px solid #ffd700;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.2rem;
}

.contact-form input,
.contact-form textarea {
  background: #0d0d0d;
  color: #f5f5f5;
  padding: 0.75rem 1rem;
  border: 1px solid #ffd700;
  border-radius: 6px;
  font-size: 1rem;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.contact-form button.cta-button {
  background: linear-gradient(135deg, #ffdf00, #ffd700);
  color: #0d0d0d;
  border: none;
  padding: 0.9rem 2.5rem;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 50px;
  cursor: pointer;
  align-self: center;
  transition: all 0.3s ease;
}

.contact-form button.cta-button:hover {
  background: linear-gradient(135deg, #ffee58, #ffd700);
  transform: scale(1.05);
}


/* Wyśrodkowanie przycisku formularza */
.contact-form button.cta-button {
  display: block;
  margin: 0 auto;
}


/* Naprawa hover linków menu głównego */
.nav-links a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.nav-links a:hover {
  color: #ffd700 !important;
}


/* FINALNE POPRAWKI MENU FLAG */
.lang-toggle {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
}

.lang-toggle-btn {
  background: #ffd700;
  border: none;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #111;
  font-weight: bold;
}

.lang-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 2.8rem;
  left: 0;
  background: #1a1a1a;
  border: 1px solid #ffd700;
  border-radius: 6px;
  padding: 0.4rem;
  gap: 0.3rem;
}

.lang-menu.show {
  display: flex;
}

.lang-menu button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.2rem;
}

.lang-menu img {
  width: 28px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: border 0.2s;
}

.lang-menu img:hover {
  border: 1px solid #ffd700;
}


/* Centrowanie logo i napisu MSM */
.navbar {
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.logo-wrap img {
  height: 48px;
}


/* Poprawka: logo wyśrodkowane, linki z boku */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: #111;
  flex-direction: row;
}

.logo-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin-left: auto;
}

.nav-links a {
  color: #f5f5f5;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
}


/* Flagi na boku w kolumnie */
.lang-toggle {
  position: fixed;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #1a1a1a;
  border: 1px solid #ffd700;
  padding: 0.5rem;
  border-radius: 8px;
}

.lang-toggle button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.lang-toggle img {
  width: 32px;
  height: 22px;
  border: 1px solid #ffd700;
  border-radius: 3px;
  transition: transform 0.2s ease;
}

.lang-toggle img:hover {
  transform: scale(1.1);
}


/* Zwijany boczny panel flag */
.lang-toggle {
  position: fixed;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 1000;
  background: #1a1a1a;
  border: 1px solid #ffd700;
  border-radius: 8px;
  padding: 0.4rem;
}

.lang-toggle-btn {
  background: #ffd700;
  border: none;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.3rem 0.6rem;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 0.3rem;
  color: #000;
}

.lang-menu {
  display: none;
  flex-direction: column;
  gap: 0.3rem;
}

.lang-menu.show {
  display: flex;
}

.lang-menu button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.lang-menu img {
  width: 28px;
  height: 20px;
  border: 1px solid #ffd700;
  border-radius: 3px;
  transition: transform 0.2s ease;
}

.lang-menu img:hover {
  transform: scale(1.1);
}
