/* Resetare de bază pentru a elimina spațiile inutile */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    width: 85%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
}

/* Header & Navigație */
header {
    background: #1a1a1a;
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #2ecc71 3px solid; /* Verde sportiv */
    text-align: center;
}

header h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
}

nav ul {
    margin-top: 20px;
    list-style: none;
}

nav li {
    display: inline;
    margin: 0 15px;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
}

nav a:hover {
    color: #2ecc71;
}

/* Hero Section */
.hero {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    border-left: 10px solid #2ecc71;
}

.btn-primary {
    display: inline-block;
    background-color: #2ecc71; /* Verdele tău sportiv */
    color: #ffffff !important; /* Forțăm culoarea albă a textului */
    padding: 12px 25px; /* Spațiu generos: sus-jos 12px, stânga-dreapta 25px */
    text-decoration: none; /* Elimină sublinierea de link */
    font-weight: bold;
    border-radius: 5px; /* Colțuri ușor rotunjite */
    margin-top: 15px; /* Distanță față de textul de deasupra */
    transition: all 0.3s ease; /* Efect fin la trecerea mouse-ului */
    border: none;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-primary:hover {
    background-color: #27ae60; /* Un verde puțin mai închis la hover */
    transform: translateY(-2px); /* Se ridică ușor */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Gridul de știri */
.articole-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.card-stire {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.card-stire img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.categorie {
    display: inline-block;
    background: #e67e22; /* Portocaliu pentru ponturi/alerta */
    color: white;
    padding: 2px 8px;
    font-size: 0.8rem;
    border-radius: 3px;
    margin: 10px 0;
}

footer {
    background: #1a1a1a;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}
/* Stiluri pentru Pagina de Știre */
.articol-complet {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.tag-breaking {
    background: #c0392b; /* Roșu intens pentru urgență */
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 4px;
}

.articol-header h1 {
    font-size: 2.5rem;
    margin: 15px 0;
    line-height: 1.2;
}

.meta-data {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.imagine-principala {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 25px;
}

.articol-text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

blockquote {
    border-left: 5px solid #2ecc71;
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
    background: #f9f9f9;
    font-size: 1.3rem;
}

.buton-inapoi {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
/* Stiluri pentru Tabelul de Cote */
.tabel-cote {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #fff;
}

.tabel-cote th, .tabel-cote td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.tabel-cote th {
    background-color: #1a1a1a;
    color: white;
}

.tabel-cote tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Stiluri pentru zona de Duel (VS) */
.match-info {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.team {
    text-align: center;
    flex: 1;
}

.vs {
    font-size: 2rem;
    font-weight: bold;
    color: #c0392b;
    padding: 0 20px;
}

/* Grid Echipe Probabile */
.echipe-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}

.echipa-box {
    background: #e9ecef;
    padding: 15px;
    border-radius: 5px;
}

.echipa-box ul {
    list-style: none;
    margin-top: 10px;
}

.tag-live {
    background: #27ae60;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 4px;
}
/* Stiluri Pagina Cota 2 */
.bilet-sectiune {
    background: #fff;
    border: 2px dashed #333;
    padding: 20px;
    max-width: 600px;
    margin: 40px auto; /* Am marit marginea de sus/jos pentru vizibilitate */
    border-radius: 10px;
    display: flex; /* Folosim flexbox pentru a controla interiorul */
    flex-direction: column;
}

.bilet-footer {
    text-align: center; /* Centreaza textul si elementele inline */
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Aceasta este linia magica pentru centrare buton */
}

.bilet-header {
    text-align: center;
    border-bottom: 2px solid #2ecc71;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.data-bilet {
    color: #666;
    font-style: italic;
}

.meci-card {
    background: #f9f9f9;
    border-left: 5px solid #1a1a1a;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.meci-card .ora {
    font-size: 0.8rem;
    color: #e67e22;
    font-weight: bold;
}

.meci-card .eveniment {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 5px 0;
}

.meci-card .pronostic .valoare {
    color: #27ae60;
    font-weight: bold;
}

.meci-card .cota {
    align-self: flex-end;
    background: #1a1a1a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}

.bilet-footer {
    text-align: center;
    margin-top: 20px;
}

.cota-finala {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.cota-finala span {
    background: #2ecc71;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
}

.btn-pariaza {
    background: #e67e22;
    color: white;
    padding: 12px 25px; /* Spatiu generos in interior */
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block; /* Se asigura ca butonul are dimensiunea continutului sau */
    width: auto; /* Previne intinderea pe tot ecranul daca nu vrei asta */
    min-width: 250px; /* Seteaza o latime minima pentru un aspect solid */
    margin-top: 15px;
    transition: background 0.3s ease;
}

.btn-pariaza:hover {
    background: #d35400;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.active {
    color: #2ecc71 !important; /* Evidențiază pagina curentă în meniu */
}
/* Stiluri Pagina Biletul Zilei */
.bilet-zilei-container {
    background: #ffffff;
    max-width: 700px;
    margin: 30px auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #ddd;
}

.lista-meciuri {
    padding: 10px 0;
}

.meci-rand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}

.meci-rand:hover {
    background: #fdfdfd;
}

.info-meci .ora {
    font-size: 0.8rem;
    color: #888;
    display: block;
}

.info-meci .competitie {
    font-size: 0.75rem;
    color: #2ecc71;
    font-weight: bold;
    text-transform: uppercase;
}

.info-meci h4 {
    font-size: 1.1rem;
    margin-top: 3px;
}

.pariu {
    text-align: right;
}

.pariu .tip {
    display: block;
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
}

.pariu .cota-mica {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 5px;
}

.bilet-total {
    background: #f8f9fa;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #eee;
}

.detaliu-plata h3, .castig-potential h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-top: 5px;
}

.castig-potential {
    text-align: right;
}

.castig-potential h3 {
    color: #e67e22; /* Portocaliu pentru suma de bani */
}