/* Importă fontul Ubuntu din Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

/* Setează fontul Ubuntu pentru întreaga pagină */
body {
    font-family: 'Ubuntu', sans-serif;
    color: white;
}

h1, h2 {
    color: #137bb7;lef
}

.reward-note {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.8;
    margin-top: 5px;
}
.main-nav {
    background-color: white;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    text-align: center;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 40px;
}
.main-nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-nav li a {
    text-decoration: none;
    color: #137bb7;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.3s ease;
}

.main-nav li a:hover {
    color: #0197d6;
}
ol.left-float {
  float: left;
text-align: left;
  width: auto;
  margin: 0 20px 20px 0;
  padding-left: 20px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Hero imagine */
.hero-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.logo img {
    max-width: 150px;
    height: auto;
}

.country-selection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px 10px;
    background-color: white;
}

.country {
    background: none;
    border-radius: 10px;
    box-shadow: none;
    padding: 20px;
    text-align: center;
}

.country img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.country p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #137bb7;
}
.first-code-bonus {
    background: linear-gradient(135deg, #137bb7, #0197d6);
    color: #ffffff;
    padding: 35px 22px;
    border-radius: 14px;
    margin: 25px auto 35px auto;
    max-width: 650px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    box-shadow: 0 10px 25px rgba(1, 151, 214, 0.18);
}

.campaign-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.campaign-steps ol.left-float {
    float: none;
    margin: 0;
    flex: 1 1 420px;
    max-width: 500px;
}

.campaign-label-image {
    flex: 0 1 320px;
    text-align: center;
}

.campaign-label-image img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: white;
    color: #0197d6;
    border: 2px solid #0197d6;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn:hover {
    background-color: #0197d6;
    color: white;
}

footer {
    background-color: #0197d6;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

footer nav ul li {
    display: inline;
    margin-right: 15px;
}

footer nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

footer nav ul li a:hover {
    text-decoration: underline;
}

footer .logo-footer {
    display: flex;
    align-items: center;
}

footer .logo-footer img {
    width: 100px;
    height: auto;
}

/* Stiluri adaugate pentru noile sectiuni */
.intro-text {
    background-color: white;
    color: #024489;
    text-align: center;
    padding: 20px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.section-title {
    background-color: white;
    color: #024489;
    text-align: center;
    padding: 20px 20px;
    max-width: 50%;
    margin: 0 auto;
}
.intro-text .btn {
    margin: 20px 0;
}

.intro-text .icons img {
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
    display: block;
}

.product-info {
    background-color: white;
    color: #024489;
    padding: 30px 20px;
}

.product-info .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.product-info .column {
    flex: 1 1 50%;
    padding: 20px;
    box-sizing: border-box;
}

.product-info .column.image {
    max-width: 50%;
}

.product-info .column.text {
    max-width: 50%;
}

.product-info .column.image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.product-info h2,
.product-info h3,
.section-title h2 {
    color: #137bb7;
}

.product-info ul {
    list-style-type: disc;
    padding-left: 20px;
}

.section-title {
    background-color: white;
    text-align: center;
    padding: 20px 20px;
}

.section-title p {
    color: #024489;
}

.rewards-grid {
    background-color: white;
    padding: 20px 20px;
}

.rewards-grid .grid {
    margin: 0 auto 10px auto;
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
}

.rewards-grid .reward {
    text-align: center;
    color: #137bb7;
}

.rewards-grid .reward img {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.rewards-grid .reward.full {
    grid-column: span 2;
    width: 300px;
}

.rewards-grid .grid.last {
    display: flex;
    justify-content: center;
}

.rewards-grid .reward.full img {
    max-width: 300px;
}
/* NAVIGARE CATEGORII */

.rewards-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    position: sticky;
    top: 0;
    background: white;
    padding: 15px 10px;
    z-index: 10;
    border-bottom: 1px solid #f1f1f1;
}

.category-btn {
    padding: 10px 20px;
    border: 1px solid #d9e7f2;
    border-radius: 30px;
    text-decoration: none;
    color: #137bb7;
    font-weight: 600;
    transition: all 0.3s ease;
    background: white;
}

.category-btn:hover {
    background-color: #137bb7;
    color: white;
}

/* CATEGORII */

.reward-category {
    margin-bottom: 20px;
}

.category-header {
    max-width: 1200px;
    margin: 0 auto 30px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9eef3;
}

.category-header h2 {
    color: #137bb7;
    font-size: 28px;
    margin: 0;
}

.floating-contact-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 10px;
  z-index: 9999;
}

.floating-btn {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);
  overflow: hidden;
  text-decoration: none;
}

.floating-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.floating-btn.whatsapp { background: #ffffff; }
.floating-btn.viber { background: #ffffff; }


.label-code-section {
  background: #fff;
  color: #024489;
  text-align: center;
  padding: 40px 20px;
}

.label-code-section h2,h3 {
  margin-top: 0;
  color: #137bb7;
}

.label-code-section p {
  max-width: 900px;
  margin: 0 auto 22px auto;
}

.label-code-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.label-code-actions .btn {
  min-width: 130px;
}

.btn-viber { border-color: #7360F2; color: #7360F2; }
.btn-whatsapp { border-color: #25D366; color: #25D366; }
.btn-email { border-color: #137bb7; color: #137bb7; }

.btn-viber:hover, .btn-whatsapp:hover, .btn-email:hover {
  color: #fff;
}

.btn-viber:hover { background: #7360F2; }
.btn-whatsapp:hover { background: #25D366; }
.btn-email:hover { background: #137bb7; }

@media (max-width: 600px) {
  .floating-contact-buttons {
    right: 12px;
    bottom: 12px;
  }

  .floating-btn {
    font-size: 14px;
  }
}
/* MEDIA QUERIES GRUPATE */
@media (max-width: 400px) {
    .rewards-grid .grid {
        grid-template-columns: 1fr;
    }

    .rewards-grid .reward.full img {
        max-width: 200px;
    }
}


@media (max-width: 600px) {
   
    .country-selection {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer nav ul {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    footer nav ul li {
        margin: 10px 0;
    }

    footer .logo-footer {
        margin-top: 20px;
    }

    footer .logo-footer img {
        width: 80px;
    }

    .rewards-grid .reward.full {
        grid-column: span 1;
    }

    .product-info .column.image,
    .product-info .column.text {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .product-info .row {
        flex-direction: column;
    }

    .intro-text {
    max-width: 900px;
}

.section-title {
    max-width: 50%;
}
    .campaign-steps {
    gap: 25px;
}

.campaign-label-image img {
    max-width: 220px;
}
}

@media (max-width: 1024px) {
    .country-selection {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }

    .rewards-grid .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
