/* NCP 2026 styles */
:root {
  --primary-yellow: #f5ce00;
  --primary-blue: #00689e;
  --text-dark: #333;
  --text-light: #fff;
}

html,
body {
  margin: 0;
}

html {
  overflow-x: hidden;
}

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

html {
  font-family: "Gotham"f;
  font-size: 16px;
}



.menu-main a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.menu-main a:hover {
  text-decoration: underline;
}

button.menu-toggle:focus {
  outline: none;
}

@media (min-width: 1400px) {
  .menu-main a {
    font-size: 1.3em !important;
  }
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf');
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/Gotham-Black.otf');
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham-Medium.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-Light.otf');
  font-weight: 400;
  font-style: normal;
}



.bg-yellow {
  background-color: var(--primary-yellow);
}

.bg-blue {
  background-color: var(--primary-blue);
}

.header-content {
  position: absolute;
  left: 16.1458vw;
  top: 11.458vw;
  max-width: 40.46875vw;
}

.header-content h1 {
  font-family: 'Gotham Bold';
  color: var(--text-light);
  font-size: 3.96vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 25px;
}

.header-content p {
  font-family: 'Gotham';
  color: var(--text-light);
  font-size: 1.875vw;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.header-content p strong {
font-family: 'Gotham Medium';
}


.header-img {
  width: 100%;
}

.header-img-mobile {
  width: 100%;
}

/* ------------------- */

/* Formular Section */

.ncp-form-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.ncp-form-title {
  color: var(--primary-blue);
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.ncp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ncp-name label,
.ncp-prename label,
.ncp-phone label,
.ncp-code label {
  display: none;
}

.ncp-phone {
  grid-column: 2;
  grid-row: 1;
}

.ncp-form-grid input {
  width: 100%;
  height: 64px;
  padding: 0 28px;
  border: none;
  border-radius: 100px;
  font-size: 18px;
  color: var(--primary-blue);
  outline: none;
}

.ncp-form-grid input::placeholder {
  color: var(--primary-blue);
  opacity: 1;
}

.ncp-bottom {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 40px;
}

.ncp-left {
  flex: 0 0 60%;
}

.ncp-form-checkboxes {
  display: flex;
  gap: 20px;
}

.ncp-form-checkboxes label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #0b5fa5;
  cursor: pointer;
}

.ncp-form-checkboxes input[type="checkbox"] {
  flex-shrink: 0;
  position: relative;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 0px;
  border: 1px solid transparent;
  border-radius: 0px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}

.ncp-form-checkboxes input[type="checkbox"]:checked {
  background-color: #005f8f;
  border: 1px solid #005f8f;
}

.ncp-submit {
  width: 100%;
  background: #005f8f;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  padding: 20px 80px;
  cursor: pointer;
  margin-top: 40px;
}

.ncp-ball {
  flex: 0 0 40%;
  max-width: 260px;
}
.ncp-ball img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .ncp-form-grid {
    grid-template-columns: 1fr;
  }

  .ncp-phone {
    grid-column: auto;
    grid-row: auto;
  }

  .ncp-left {
    flex: 1;
  }

  .ncp-ball {
    display: none;
  }
}

/* ------------------- */

.video-section {
  display: flex;
  flex-direction: column;
  font-family: "Gotham Bold", sans-serif;
}

.video-section h1 {
  color: var(--primary-blue);
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 80px;
  font-family: "Gotham Black", sans-serif;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 60px 0 20px;
  column-gap: 7.6vw;
  row-gap: 3.4vw;
  max-width: 1300px;
  margin: 0 auto;
}

.video-card {
  text-align: left;
  flex: 1;
  width: 100%;
  margin: 0 auto;
  width: 100%;
}

.video-thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.9rem;
  cursor: pointer;
  transition: transform 0.2s ease;
  width: 100%;
}

.video-thumbnail:hover {
  transform: scale(1.02);
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.video-card h3 {
  color: var(--primary-blue);
  font-family: "Gotham Bold", sans-serif;
  font-size: 41px;
  margin: 34px 0;
  font-weight: 700;
  line-height: 2.1rem;
}

.video-card p {
  font-family: "Gotham", sans-serif;
  color: var(--primary-blue);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
}

.modal-content {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1000px;
  margin: 3.1 auto;
  background-color: #fff;
  padding: 2.2rem;
  border-radius: 0.95rem;
}

.close-modal {
  position: absolute;
  right: 0.9rem;
  top: -0.62rem;
  font-size: 2.2rem;
  cursor: pointer;
  z-index: 10;
  color: var(--text-dark);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0.9rem;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-parent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 1.25rem 0;
}

.social-content {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
  height: 100%;
}

.social-text {
  font-size: 20px;
  color: var(--primary-blue);
  font-weight: 700;
  margin: 0;
}

.social-icons {
  display: flex;
  gap: 0.62rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.prizes-section {
  margin-top: -10vw;
}

.prizes-section .skus-img {
  position: relative;
  object-fit: contain;
  width: 50%;
  z-index: 1;
  margin-bottom: 2vw;
}

.prizes-section .premii-img {
  object-fit: contain;
  width: 70%;
  position: absolute;
  right: 1vw;
  top: 2vw;
}

.prizes-section .campaign-info {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 1vw;
  display: flex;
  flex-direction: column;
}

.prizes-section .campaign-info .campaing-text {
  font-family: "Gotham";
  text-align: center;
  color: var(--primary-blue);
  font-size: 0.75vw;
  margin: 2vw;
}

.prizes-section .campaign-info .campaing-text span,
.prizes-section .campaign-info .campaing-text a {
  font-family: "Gotham Bold";
  text-decoration: none;
  color: var(--primary-blue);
}

.prizes-section .campaign-info .campaign-button {
  border: none;
  background-color: var(--primary-blue);
  color: var(--text-light);
  font-family: "Gotham Bold";
  text-transform: uppercase;
  font-size: 0.97vw;
  padding: 0.37vw 1.5vw;
  margin: 0 auto;
  text-decoration: none;
}

.redeem-section .redeem-title {
  font-family: "Gotham Black";
  font-size: 2.2vw;
  margin: 1vw 0 2.02vw;

  text-transform: uppercase;
  color: var(--primary-blue);
}

.redeem-section .revendicare-img {
  object-fit: contain;
  width: 100%;
}

.map-section .map-img {
  width: 22.81vw;
  margin: 1.87vw 0;
}

.map-section .map-container {
  display: flex;
  margin-bottom: 3.75vw;
  align-items: center;
}

.map-section .map-button {
  border: 0;
  color: var(--text-light);
  font-size: 1vw;
  background-color: var(--primary-blue);
  padding: 1vw 2.06vw;
  text-transform: uppercase;
  text-decoration: none;
}
.map-section .map-copy {
  font-family: "Gotham";
  font-size: 0.86vw;
  color: var(--primary-blue);
  margin-left: 1.09vw;
}

.premiazasuperprietenii-slogan {
  font-family: "Montserrat", sans-serif;
  color: #005a96;
  font-weight: 700;
  font-size: 20px;
  background: #fff;
  text-align: center;
  letter-spacing: 2px;
  padding: 4px 20px 6px 20px;
}

.premiazasuperprietenii-disclaimer img {
  object-fit: contain;
  max-width: 515px;
  width: 100%;
}

.fs-25 {
  color: #0068a4;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem !important;
  line-height: 1.125 !important;
}

.fs-25 span {
  font-weight: 700;
}

.fs-20 {
  color: #0068a4;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem !important;
  line-height: 1.125 !important;
}

.popup-button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #00609c;
  padding: 1rem;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  outline: 0;
  box-shadow: none;
  border: 0;
}



.responsable-consume {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 3.39vw;
}

.responsable-consume .responsable-consume-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 650px;
}


.footer {
  width: 100%;
  background-color: #a2a2a2;
  color: #fff;
  padding: 1.5rem 6rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.footer-links {
  max-width: 56.25rem;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
}

.footer-links a,
.footer-links span {
  font-family: "Gotham", sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: normal;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {

  .footer {
    padding: 1rem;
  }

  .footer-links {
    font-size: 0.4rem;
  }
}