@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0b0c14;
}
.touch-offer-display {
    display: none;
}
a {
    text-decoration: none;
}
.no-scroll {
    height: 100%;
    overflow: hidden;
}
.inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding-left: 16px;
    padding-right: 16px;
}
@media (max-width: 1000px) {
    .wide-only {
        display: none;
    }
    .touch-offer-display {
        display: inherit;
    }
}
.hidden {
    display: none;
}
header,
main {
    position: relative;
}
header .inner-container {
    display: flex;
    flex-direction: column;
}
.top-nav {
    margin-bottom: 48px;
    padding-top: 20px;
}
.brand-logo {
    height: 150px;
    width: 250px;
}
.cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1a1a2e;
    border-top: 2px solid #fe5d0d;
    z-index: 9999;
    display: none;
    padding: 18px 24px;
}
.cookie-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.cookie-text p {
    color: #d4d4e8;
    font-size: 13px;
    line-height: 21px;
    margin: 0;
}
.cookie-text a {
    color: #fcd95a;
    text-decoration: underline;
}
.cookie-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}
.btn-accept-consent {
    background: linear-gradient(175deg, #fe5d0d, #c94200);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: filter 0.2s ease;
}
.btn-accept-consent:hover {
    filter: brightness(1.1);
}
.btn-reject-consent {
    background: transparent;
    color: #d4d4e8;
    border: 1px solid #555577;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.btn-reject-consent:hover {
    border-color: #fcd95a;
    color: #fcd95a;
}
@media (max-width: 640px) {
    .cookie-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie-actions {
        width: 100%;
    }
    .btn-accept-consent,
    .btn-reject-consent {
        flex: 1;
        text-align: center;
    }
}
.bg-layer {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
        url("https://guidejeuxoptimalfr.com/wp-content/themes/guidejeuxoptimalfr-com/img/bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media (max-width: 1000px) {
    .bg-layer {
        background-image:
            linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
            url("https://guidejeuxoptimalfr.com/wp-content/themes/guidejeuxoptimalfr-com/img/bg-mobile.png");
        background-position: center bottom;
    }
}
.main-bg-layer {
    background-image: url("https://guidejeuxoptimalfr.com/wp-content/themes/guidejeuxoptimalfr-com/img/bg2.png");
}
.banner-zone {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 38px;
}
.banner-zone h1 {
    font-size: 37px;
    font-weight: 700;
    line-height: 54px;
}
.banner-zone h1,
.banner-zone h2 {
    color: #fff;
    font-style: normal;
    margin: 0;
    text-align: center;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.banner-zone h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    width: 74%;
}
.content-block {
    background-color: #fff;
    border: 1px solid #dddce9;
    border-radius: 16px;
    color: #252537;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 52px;
    margin-bottom: 52px;
    padding: 48px;
    text-align: left;
}
.content-block h2 {
    color: #0c1f42;
    font-size: 26px;
    font-weight: 800;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 2px solid #eeedf4;
}
.content-block h3 {
    color: #0c1f42;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 10px;
}
.content-block p {
    color: #3a3a52;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 12px;
}
.content-block strong {
    color: #0c1f42;
    font-weight: 700;
}
.content-block a {
    color: #fe5d0d;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.content-block a:hover {
    color: #c94200;
}
.content-area ol,
.content-area ul {
    margin: 0;
    margin-block-start: 6px;
    margin-block-end: 6px;
    padding: 0;
}
@media (max-width: 1000px) {
    .content-block {
        padding: 24px 20px;
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .content-block h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content-block h3 {
        font-size: 15px;
        margin-top: 24px;
    }
    .content-block p {
        font-size: 13px;
        line-height: 23px;
    }
}
footer {
    background: linear-gradient(180deg, #080612 30%, #0c1f42 90%);
}
footer .inner-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 90px;
}
.trust-badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 48px 78px;
    justify-content: center;
    max-width: 930px;
}
.footer-top-gap {
    margin-top: 90px;
}
.trust-badges img {
    max-height: 52px;
}
.footer-disclaimer {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
}
@media (max-width: 360px) {
    .footer-disclaimer {
        word-wrap: break-word;
        width: 100%;
    }
}
.footer-disclaimer a {
    color: #fcd95a;
}
.score-methodology {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.score-methodology .methodology-label {
    margin-bottom: 8px;
    color: #fcd95a;
}
.score-methodology p {
    color: #b8b8cc;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}
.footer-links-bar {
    width: 100%;
}
.footer-links-bar .separator-bar {
    background-color: #707070;
    height: 1px;
    width: 100%;
}
.footer-links-bar .page-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center;
    margin-top: 38px;
    margin-bottom: 38px;
}
.rights-notice {
    font-weight: 400;
    margin-bottom: 48px;
    margin-top: 38px;
}
.footer-links-bar .page-links a,
.rights-notice {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
}
.footer-links-bar .page-links a {
    font-weight: 500;
    transition: color 0.2s ease;
}
.footer-links-bar .page-links a:hover {
    color: #fcd95a;
}
@media (max-width: 1000px) {
    .top-nav {
        margin-bottom: 40px;
    }
    .banner-zone {
        gap: 12px;
    }
    .banner-zone h1,
    .banner-zone h2 {
        width: 100%;
    }
    .banner-zone h1 {
        font-size: 23px;
        letter-spacing: 0;
        line-height: 28px;
    }
    .banner-zone h2 {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
    }
    .footer-links-bar .page-links {
        flex-direction: column;
        gap: 24px;
    }
    .brand-logo {
        max-height: 44px;
    }
    .trust-badges img {
        max-height: 46px;
    }
}
@media (max-width: 380px) {
    .trust-badges img {
        max-height: 42px;
    }
}
.bookmakers-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 88px;
    padding-top: 54px;
}
.bookmaker-entry {
    border-radius: 16px;
    display: flex;
    width: 100%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bookmaker-entry:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.26);
}
.entry-header {
    background: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #252537;
    border-bottom: none;
    border-bottom-left-radius: 16px;
    border-right: none;
    border-top-left-radius: 16px;
    display: flex;
    flex-direction: column;
    width: 265px;
}
.bookmaker-identity {
    flex-direction: column;
    gap: 8px;
    height: 100%;
    justify-content: center;
    padding-bottom: 24px;
    align-items: center;
    display: flex;
}
.position-row {
    align-items: center;
    display: flex;
}
.position-number {
    background-color: #fff;
    border-top-left-radius: 16px;
    color: #000;
    font-size: 22px;
    font-weight: 800;
    justify-content: center;
    line-height: 26px;
    width: 46px;
    align-items: center;
    display: flex;
    height: 46px;
    letter-spacing: 0;
}
.position-tag {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
    align-items: center;
    display: flex;
    height: 46px;
    letter-spacing: 0;
}
.text-centered {
    align-items: center;
    display: flex;
    justify-content: center;
}
.text-centered img {
    height: 114px;
    object-fit: contain;
    width: 172px;
}
.score-digits {
    color: #252537;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 52px;
}
.entry-body {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #252537;
    border-left: none;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 0;
    width: calc(100% - 484px);
}
.offer-block h3 {
    color: #252537;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0;
    word-break: break-word;
}
.offer-block span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 6px;
    letter-spacing: 0;
    line-height: 22px;
}
.perks-grid {
    column-gap: 0;
    row-gap: 10px;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, 50%);
}
.perks-grid div {
    align-items: flex-start;
    display: flex;
    gap: 10px;
}
.perks-grid p {
    color: #252537;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
    word-break: break-word;
}
.perk-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
    margin-top: 2px;
    flex-shrink: 0;
    color: #fff;
}
.positive-icon {
    background: #1aab5f;
}
.negative-icon {
    background: #cc3333;
}
.entry-actions {
    align-items: center;
    background: #eeedf4;
    border-width: 1px;
    border-style: solid;
    border-color: #252537;
    border-bottom-right-radius: 16px;
    border-left: none;
    border-top-right-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    width: 227px;
}
.affiliate-disclaimer-card {
    color: #888899;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    line-height: 15px;
}
.score-panel {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.score-panel span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
}
.star-row,
.star-row::before {
    background-position-x: left;
    background-position-y: top;
    background-size: 22px;
    color: rgba(245, 232, 10, 0.96);
    content: " ";
    display: block;
    max-width: 110px;
    min-height: 22px;
    min-width: 22px;
}
.star-row {
    background-image: url("https://guidejeuxoptimalfr.com/wp-content/themes/guidejeuxoptimalfr-com/img/star.png");
    width: 110px;
}
.star-row::before {
    background-image: url("https://guidejeuxoptimalfr.com/wp-content/themes/guidejeuxoptimalfr-com/img/star.png");
    margin: 0;
    padding: 0;
}
.star-row[dg="1"]::before { width: 22px; }
.star-row[dg="1.5"]::before { width: 33px; }
.star-row[dg="2"]::before { width: 44px; }
.star-row[dg="2.5"]::before { width: 55px; }
.star-row[dg="3"]::before { width: 66px; }
.star-row[dg="3.5"]::before { width: 77px; }
.star-row[dg="4"]::before { width: 88px; }
.star-row[dg="4.5"]::before { width: 99px; }
.star-row[dg="5"]::before { width: 110px; }
@media (max-width: 1000px) {
    .star-row,
    .star-row::before {
        background-size: 17px;
        max-width: 85px;
        min-height: 17px;
        min-width: 17px;
    }
    .star-row {
        width: 85px;
    }
    .star-row[dg="1"]::before { width: 17px; }
    .star-row[dg="1.5"]::before { width: 26px; }
    .star-row[dg="2"]::before { width: 34px; }
    .star-row[dg="2.5"]::before { width: 43px; }
    .star-row[dg="3"]::before { width: 51px; }
    .star-row[dg="3.5"]::before { width: 60px; }
    .star-row[dg="4"]::before { width: 68px; }
    .star-row[dg="4.5"]::before { width: 77px; }
    .star-row[dg="5"]::before { width: 85px; }
}
.action-btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.action-btn.main-action {
    background: linear-gradient(175deg, #fe5d0d, #c94200);
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    letter-spacing: 0.3px;
    line-height: 28px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 195px;
    transition: filter 0.2s ease;
}
.action-btn.main-action:hover {
    filter: brightness(1.1);
}
.action-btn.main-action a {
    position: absolute;
    z-index: -3;
}
.action-btn span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
    letter-spacing: 0;
    line-height: 22px;
}
.offer-label {
    color: #252537;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 5px;
}
.touch-visible {
    display: none;
}
@media (max-width: 1000px) {
    .touch-visible {
        display: flex;
        gap: 3px;
    }
    .touch-offer-display {
        display: flex;
    }
    .wide-only,
    .entry-body {
        display: none;
    }
    .bookmakers-list {
        align-items: center;
        gap: 14px;
        padding-top: 20px;
    }
    .bookmaker-entry {
        justify-content: center;
        width: 355px;
    }
    .entry-header {
        gap: 0;
        justify-content: center;
        position: relative;
        width: 178px;
    }
    .bookmaker-identity {
        gap: 14px;
        padding-bottom: 16px;
    }
    .offer-label {
        color: #000;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 22px;
        margin-bottom: 0;
    }
    .position-row {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .entry-actions {
        background-color: #fff;
        border-bottom-color: #252537;
        gap: 14px;
        padding-top: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .offer-block {
        align-items: center;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    .offer-block h3 {
        color: #252537;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
    }
    .offer-block span {
        font-weight: 300;
    }
    .text-centered.logo-wrap {
        padding-top: 38px;
    }
    .text-centered a,
    .text-centered img {
        height: 82px;
        width: 118px;
    }
    .text-centered img {
        object-fit: contain;
    }
    .action-btn {
        gap: 5px;
    }
    .action-btn.main-action {
        padding: 10px;
        width: calc(100% - 20px);
    }
    .action-btn span {
        font-weight: 300;
    }
    .action-btn p {
        color: #000;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        margin: 0;
        text-align: center;
    }
    .score-digits {
        color: #fff;
        font-size: 34px;
        font-weight: 800;
        line-height: 42px;
    }
    .position-number {
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        width: 28px;
    }
}
.flex-centered {
    align-items: center;
    display: flex;
    justify-content: center;
}