:root { --brand: #0d6b2e; --accent: #10b981; }
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;margin:0;padding:0}
.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border-radius:999px;font-weight:600;border:1px solid transparent;cursor:pointer;text-decoration:none}
.input{width:100%;padding:.6rem;border-radius:.75rem;border:1px solid #e5e7eb}
.card{background:#fff;border-radius:1rem;padding:1rem;border:1px solid #e6e8eb}
.phone-mockup{width:280px;height:540px;border-radius:36px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);box-shadow:0 12px 30px rgba(2,6,23,.12);border:10px solid #0b1220;margin-left:auto}


/* Header background */
header.sticky {
    background-color: #086021; /* vert foncé Linebet */
}

header .font-semibold {
  font-weight: 600;
  color: aliceblue;
}

/* Logo texte */
header .logo-container span {
    color: #fff; /* vert clair Linebet si tu veux le mettre en contraste */
}

#desktop-nav a:hover {
    color: #10b981; /* accent vert pour hover */
}

/* Mobile menu links */
#mobile-menu a {
    color: #464141; /* même couleur pour mobile */
}

/* Boutons */
.btn, .register-button, .download-pc-button {
    background-color: #014916; /* fond vert foncé */
    color: #ffffff; /* texte blanc pour contraste */
}

.btn:hover, .register-button:hover, .download-pc-button:hover {
    background-color: #00cc55; /* vert clair au hover */
}

/* Burger button */
#burger svg {
    stroke: #ebfff4; /* vert clair Linebet pour l'icône */
    width: 24px;
    height: 24px;
}

/* Si tu veux changer au hover */
#burger:hover svg {
    stroke: #10b981; /* vert accent au survol */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    padding-top: 0;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #014916;
    color: #fff;
    line-height: 1.6;
}
header {
    display: block;
    justify-content: space-between;
    align-items: center;
    background-color: #014916;
    flex-wrap: wrap;
    gap: 10px;
}
nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
nav a {
    white-space: nowrap;
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 600;
}
.logo-container {
    display: flex;
    align-items: center;
}
.logo-container span {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.btn {
    background-color: #007F3E;
    color: #ffffff;
    border: none;
    padding: 8px 10px;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: background-color 0.3s;
}
.btn:hover {
    background-color: #00cc55;
}
.styles_title__Ruuas {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0 22px 0;
}
.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
}
.app-image {
    max-width: 320px;
    width: 100%;
    height: auto;
    cursor: pointer;
}
@media (min-width: 768px) {
    .main-content {
        padding: 30px 0;
    }
}
.promo-container {
    background-color: #f4fdf6;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 20px 0;
    color: #064420;
    font-family: Arial, sans-serif;
    max-width: 500px;
    margin: 20px auto;
}
.promo-title {
    color: #036d19;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.promo-text {
    font-size: 16px;
    margin-bottom: 15px;
}
.promo-code-box {
    background-color: #caffd0;
    border: 2px dashed #06a94d;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.promo-code {
    font-size: 20px;
    font-weight: bold;
    color: #064420;
    margin-right: 10px;
}
.copy-button {
    background-color: #036d19;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
}
.copy-button:hover {
    background-color: #064420;
}
.register-button-container {
    margin-top: 20px;
}
.register-button {
    background-color: #036d19;
    color: #fff;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s ease;
}
.register-button:hover {
    background-color: #064420;
}
.article-section a {
  color: #007f3e;
  text-decoration: inherit;
}
.article-section {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}
.article-section h2 {
    color: #007f3e;
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 24px;
}
.article-section h3 {
    color: #007f3e;
    margin-top: 20px;
    font-size: 18px;
}
.sub-title {
  color: #007f3e;
  margin-top: 20px;
  font-size: 18px;
}
.country-paragraph {
    margin-bottom: 20px;
}
.footer {
    background-color: #111;
    padding: 40px 20px;
    text-align: center;
    color: #888;
}
.footer-links {
    margin-top: 20px;
}
.footer-links a {
    color: #888;
    margin: 0 10px;
    text-decoration: none;
}
.footer-links a:hover {
    color: #00ff66;
}
.linebet-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.linebet-info-table th, .linebet-info-table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #333;
}
.linebet-info-table th {
    background-color: #00ff66;
    color: #000;
    font-weight: bold;
}
.linebet-info-table td {

}
.privacy-modal, .contact-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.privacy-modal-content, .contact-modal-content {
    background-color: #111;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    color: #fff;
}
.privacy-modal-content h2, .contact-modal-content h2 {
    color: #00ff66;
    margin-bottom: 20px;
}
.privacy-modal-content p, .contact-modal-content p {
    margin-bottom: 15px;
}
.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
}
.close-modal:hover {
    color: #00ff66;
}
.menu-link {
    text-decoration: none;
    color: inherit;
}
p {
    margin-bottom: 16px;
    line-height: 1.6;
}
.top-section {
    background-color: #16311b;
    color: white;
    padding: 2px 10px 30px 10px;
    box-shadow: 0 4px 12px rgba(1, 73, 22, 0.5);
}
.iframe-small {
    display: none;
}
.iframe-large {
    display: block;
}
@media screen and (max-width: 768px) {
    .iframe-large {
        display: none;
    }
    .iframe-small {
        display: block;
    }
}
.download-pc-button {
    margin: 10px auto;
    padding: 12px 24px;
    background-color: #007F3E;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    text-align:center;
    font-size: 16px;
    max-width:300px;
    width:90%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}
.download-pc-button:hover {
    background-color: #00cc55;
}
ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
