@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
}
.mobile-bonus-display {
    display: none;
}
a {
    text-decoration: none;
}
.no-scroll {
    height: 100%;
    overflow: hidden;
}
.content-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1068px;
    padding-left: 12px;
    padding-right: 12px;
}
@media (max-width: 1000px) {
    .desktop-only {
        display: none;
    }
    .mobile-bonus-display {
        display: inherit;
    }
}
.hidden {
    display: none;
}
header, main {
    position: relative;
}
header .content-wrapper {
    display: flex;
    flex-direction: column;
}
nav {
    margin-bottom: 45px;
    padding-top: 18px;
}
.site-logo {
    height: 150px;
    width: 150px;
}
.background-overlay {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url("https://guidedugaifr.com/wp-content/themes/guidedugaifr-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) {
    .background-overlay {
        background-image: 
            linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
            url("https://guidedugaifr.com/wp-content/themes/guidedugaifr-com/img/bg-mobile.png");
        background-position: center bottom;
    }
}
.gradient-header {
    background: linear-gradient(180deg, #0a0814 28%, #0d2347 88%);
}
.gradient-header nav {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 18px;
}
.logo-section img {
    width: 200px;
    height: auto;
}
.logo-section a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}
.logo-section > div {
    align-items: center;
    display: flex;
    gap: 60px;
}
.hero-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 36px;
}
.hero-area h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}
.hero-area h1, .hero-area h2 {
    color: #fff;
    font-style: normal;
    margin: 0;
    text-align: center;
    text-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
}
.hero-area h2 {
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    width: 72%;
}
.feature-tags {
    gap: 42px;
    margin-bottom: 36px;
}
.tag-item, .feature-tags {
    align-items: center;
    display: flex;
    justify-content: center;
}
.tag-item {
    background: linear-gradient(180deg, rgba(10, 8, 20, 0.5) 28%, rgba(13, 35, 71, 0.5) 88%);
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    gap: 6px;
    line-height: 28px;
    padding: 10px 14px;
}
.content-backdrop {
    background-image: url("https://guidedugaifr.com/wp-content/themes/guidedugaifr-com/img/bg2.png");
}
.text-block {
    background-color: #fff;
    border: 1px solid #dedce8;
    border-radius: 18px;
    color: #262638;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 4px;
    padding: 36px;
    text-align: left;
}
footer {
    background: linear-gradient(180deg, #0a0814 28%, #0d2347 88%);
}
footer .content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 95px;
}
.certification-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 45px 75px;
    justify-content: center;
    max-width: 920px;
}
.footer-spacing {
    margin-top: 95px;
}
.certification-logos img {
    max-height: 50px;
}
.footer-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}
@media (max-width: 360px) {
    .footer-text {
        word-wrap: break-word;
        width: 100%;
    }
}
.footer-text a {
    color: #fcd95a;
}
.footer-navigation {
    width: 100%;
}
.footer-navigation .divider-line {
    background-color: #6f6f6f;
    height: 1px;
    width: 100%;
}
.footer-navigation .nav-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 36px;
}
.copyright-notice {
    font-weight: 400;
    margin-bottom: 46px;
    margin-top: 36px;
}
.footer-navigation .nav-links a, .copyright-notice {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}
.footer-navigation .nav-links a {
    font-weight: 500;
}
@media (max-width: 1000px) {
    nav {
        margin-bottom: 38px;
    }
    .hero-area {
        gap: 10px;
    }
    .hero-area h1, .hero-area h2 {
        width: 100%;
    }
    .hero-area h1 {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 26px;
    }
    .hero-area h2 {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 19px;
    }
    .text-block {
        font-size: 12px;
        padding: 18px;
    }
    .footer-navigation .nav-links {
        flex-direction: column;
        gap: 22px;
    }
    .site-logo {
        max-height: 42px;
    }
    .certification-logos img {
        max-height: 46px;
    }
}
@media (max-width: 380px) {
    .certification-logos img {
        max-height: 42px;
    }
}
.content-area ol, .content-area ul {
    margin: 0;
    margin-block-start: 6px;
    margin-block-end: 6px;
    padding: 0;
}
.operators-showcase {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 85px;
    padding-top: 52px;
}
.operator-card {
    border-radius: 18px;
    display: flex;
    width: 100%;
}
.card-header {
    background: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #262638;
    border-bottom: none;
    border-bottom-left-radius: 18px;
    border-right: none;
    border-top-left-radius: 18px;
    display: flex;
    flex-direction: column;
    width: 260px;
}
.gap-spacing {
    gap: 18px;
}
.operator-profile {
    flex-direction: column;
    gap: 6px;
    height: 100%;
    justify-content: center;
    padding-bottom: 22px;
}
.rank-display, .operator-profile {
    align-items: center;
    display: flex;
}
.rank-number {
    background-color: #fff;
    border-top-left-radius: 18px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    justify-content: center;
    line-height: 26px;
    width: 44px;
}
.rank-number, .rank-display .rank-label {
    align-items: center;
    display: flex;
    height: 44px;
    letter-spacing: 0;
}
.rank-display .rank-label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}
.text-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.text-center img {
    height: 112px;
    object-fit: contain;
    width: 170px;
}
.score-display {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: center;
}
.score-display .rank-label {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
}
.score-value {
    color: #262638;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 50px;
}
.operator-details {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #262638;
    border-left: none;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 0;
    width: calc(100% - 479px);
}
.bonus-info h3 {
    color: #262638;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0;
    word-break: break-word;
}
.bonus-info span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 6px;
    letter-spacing: 0;
    line-height: 22px;
}
.features-grid {
    column-gap: 0;
    row-gap: 10px;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, 50%);
}
.features-grid div {
    align-items: start;
    display: flex;
    gap: 10px;
}
.features-grid p {
    color: #262638;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
    word-break: break-word;
}
.features-grid span {
    background: #000;
    border-radius: 50%;
    display: inline-flex;
    height: 15px;
    margin-top: 3px;
    width: 15px;
}
.operator-actions {
    align-items: center;
    background: #ededf3;
    border-width: 1px;
    border-style: solid;
    border-color: #262638;
    border-bottom-right-radius: 18px;
    border-left: none;
    border-top-right-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
    width: 227px;
}
.operator-actions:has(.compact-view) {
    gap: 14px;
}
.rating-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rating-block span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
}
.rating-block .stars-display, .rating-block .stars-display: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;
}
.rating-block .stars-display {
    background-image: url("https://guidedugaifr.com/wp-content/themes/guidedugaifr-com/img/star.png");
    width: 110px;
}
.rating-block .stars-display:before {
    background-image: url("https://guidedugaifr.com/wp-content/themes/guidedugaifr-com/img/star.png");
    margin: 0;
    padding: 0;
}
.rating-block .stars-display[dg="1"]:before {
    width: 22px;
}
.rating-block .stars-display[dg="1.5"]:before {
    width: 33px;
}
.rating-block .stars-display[dg="2"]:before {
    width: 44px;
}
.rating-block .stars-display[dg="2.5"]:before {
    width: 55px;
}
.rating-block .stars-display[dg="3"]:before {
    width: 66px;
}
.rating-block .stars-display[dg="3.5"]:before {
    width: 77px;
}
.rating-block .stars-display[dg="4"]:before {
    width: 88px;
}
.rating-block .stars-display[dg="4.5"]:before {
    width: 99px;
}
.rating-block .stars-display[dg="5"]:before {
    width: 110px;
}
@media (max-width: 1000px) {
    .rating-block .stars-display, .rating-block .stars-display:before {
        background-size: 17px;
        max-width: 85px;
        min-height: 17px;
        min-width: 17px;
    }
    .rating-block .stars-display {
        width: 85px;
    }
    .rating-block .stars-display[dg="1"]:before {
        width: 17px;
    }
    .rating-block .stars-display[dg="1.5"]:before {
        width: 26px;
    }
    .rating-block .stars-display[dg="2"]:before {
        width: 34px;
    }
    .rating-block .stars-display[dg="2.5"]:before {
        width: 43px;
    }
    .rating-block .stars-display[dg="3"]:before {
        width: 51px;
    }
    .rating-block .stars-display[dg="3.5"]:before {
        width: 60px;
    }
    .rating-block .stars-display[dg="4"]:before {
        width: 68px;
    }
    .rating-block .stars-display[dg="4.5"]:before {
        width: 77px;
    }
    .rating-block .stars-display[dg="5"]:before {
        width: 85px;
    }
}
.cta-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cta-button.primary-cta {
    align-items: center;
    background: linear-gradient(0deg, #d84a05, #fe5d0d);
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 19px;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    letter-spacing: 0;
    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;
}
.cta-button.primary-cta a {
    position: absolute;
    z-index: -3;
}
.cta-button span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
    letter-spacing: 0;
    line-height: 22px;
}
.info-tooltip {
    cursor: pointer;
    position: relative;
}
.tooltip-text {
    background-color: #262638;
    border-radius: 10px;
    color: #fff;
    display: none;
    left: 50%;
    min-width: 320px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    top: 92%;
    transform: translateX(-50%);
}
.info-tooltip:hover .tooltip-text, .tooltip-text:hover {
    display: block;
    z-index: 2;
}
.bonus-label {
    color: #262638;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 5px;
}
.mobile-visible {
    display: none;
}
@media (max-width: 1000px) {
    .mobile-visible {
        display: flex;
        gap: 3px;
    }
    .mobile-bonus-display {
        display: flex;
    }
    .desktop-only, .operator-details {
        display: none;
    }
    .operators-showcase {
        align-items: center;
        gap: 12px;
        padding-top: 18px;
    }
    .operator-card {
        justify-content: center;
        width: 350px;
    }
    .card-header {
        gap: 0;
        justify-content: center;
        position: relative;
        width: 175px;
    }
    .operator-profile {
        gap: 14px;
        padding-bottom: 15px;
    }
    .bonus-label {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 22px;
        margin-bottom: 0;
    }
    .rank-display {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .operator-actions {
        background-color: #fff;
        border-bottom-color: #262638;
        gap: 14px;
        padding-top: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .bonus-info {
        align-items: center;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    .bonus-info h3 {
        color: #262638;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
    }
    .bonus-info span {
        font-weight: 300;
    }
    .score-display {
        flex-direction: column-reverse;
        gap: 0;
    }
    .text-center.logo-container {
        padding-top: 36px;
    }
    .text-center a, .text-center img {
        height: 80px;
        width: 115px;
    }
    .text-center img {
        object-fit: contain;
    }
    .cta-button {
        gap: 5px;
    }
    .cta-button.primary-cta {
        padding: 10px;
        width: calc(100% - 20px);
    }
    .cta-button span {
        font-weight: 300;
    }
    .cta-button p {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin: 0;
        text-align: center;
    }
    .score-value {
        color: #fff;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
    }
    .rank-number {
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        width: 26px;
    }
}
.centered-flex {
    display: flex;
}
.centered-flex {
    align-items: center;
    justify-content: center;
}
