/* CSS Variação 2 - Estilo Técnico e Moderno */

/* Cores principais - tons técnicos e modernos */
:root {
    --primary-color: #1a365d;
    /* Azul técnico escuro */
    --secondary-color: #2d5282;
    /* Azul médio */
    --accent-color: #4a90c2;
    /* Azul claro técnico */
    --text-dark: #1a202c;
    --text-light: #4a5568;
    --background-tech: #f7fafc;
    --border-tech: #e2e8f0;
}

/* Alterações nos elementos de destaque */
.meilleurpari-trnading-area h2:after {
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    height: 3px;
}

.meilleurpari-banner-text a,
.product-section-area a,
.meilleurpari-send-free {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: 2px solid var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.meilleurpari-banner-text a:hover,
.product-section-area a:hover,
.meilleurpari-send-free:hover {
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    border-color: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 54, 93, 0.3);
}

.footer-menu ul li a:hover {
    color: var(--accent-color);
}

ul.menu a:hover,
ul.menu a.current {
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
}

/* Tipografia técnica mais moderna */
body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.7;
    letter-spacing: 0.3px;
}

.meilleurpari-welcome-text h2,
.meilleurpari-inner-details-section h2,
.meilleurpari-trnading-area h2 {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Cards dos bookmakers com design técnico */
.product-section-area {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid var(--border-tech);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(26, 54, 93, 0.08);
}

.product-section-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.product-section-area:hover::before {
    transform: scaleX(1);
}

.product-section-area:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(26, 54, 93, 0.15);
}

.product-section-area p {
    color: var(--text-light);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
}

/* Header técnico com glassmorphism */
#menu1 {
    background: rgba(26, 54, 93, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.meilleurpari-logo a {
    font-weight: 700;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff, var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Seções com design técnico */
.meilleurpari-welcome-area {
    position: relative;
}

.meilleurpari-welcome-area:nth-child(even) {
    background: var(--background-tech);
}

.meilleurpari-welcome-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
}

/* Formulários com design técnico */
.form-control {
    border: 2px solid var(--border-tech);
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 500;
    background: var(--background-tech);
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--accent-color);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(74, 144, 194, 0.1);
    outline: none;
}

/* Labels técnicos */
label {
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* Footer técnico */
footer {
    background: linear-gradient(135deg, var(--primary-color), #0f1419);
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
}

.meilleurpari-footer-logo img {
    filter: brightness(1.1) contrast(1.1);
    transition: all 0.4s ease;
    border-radius: 4px;
}

.meilleurpari-footer-logo img:hover {
    transform: scale(1.08) translateY(-2px);
    filter: brightness(1.3) contrast(1.2);
    box-shadow: 0 4px 20px rgba(74, 144, 194, 0.3);
}

/* Páginas internas com overlay técnico */
.meilleurpari-inner-page-header::after {
    background: linear-gradient(135deg,
            rgba(26, 54, 93, 0.85) 0%,
            rgba(45, 82, 130, 0.75) 50%,
            rgba(74, 144, 194, 0.65) 100%);
}

/* Elementos de dados técnicos */
.product-section-area h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

/* Métriques de performance */
.star-area {
    position: relative;
    padding: 15px 0;
}

.star-area::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 1px;
}

/* Animations techniques */
@keyframes dataFlow {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.product-section-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(74, 144, 194, 0.05),
            transparent);
    animation: dataFlow 3s infinite;
    pointer-events: none;
}

/* Responsive technique */
@media (max-width: 768px) {
    .product-section-area {
        margin-bottom: 24px;
    }

    .meilleurpari-welcome-text h2,
    .meilleurpari-inner-details-section h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .product-section-area p {
        font-size: 12px;
    }
}

/* Indicateurs techniques */
.meilleurpari-welcome-text ol li::marker {
    color: var(--accent-color);
    font-weight: 700;
}

.meilleurpari-inner-details-section li::marker {
    color: var(--accent-color);
    font-weight: 700;
}

/* Boutons techniques avancés */
.meilleurpari-banner-text a,
.product-section-area a {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    padding: 14px 28px;
    border-radius: 6px;
}

.meilleurpari-banner-text a::before,
.product-section-area a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.meilleurpari-banner-text a:hover::before,
.product-section-area a:hover::before {
    left: 100%;
}

/* Code-like elements */
.meilleurpari-inner-details-section h1 {
    color: var(--primary-color);
    font-family: 'Courier New', monospace;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.meilleurpari-inner-details-section h1::before {
    content: '>';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: 700;
}