* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #010104 url('../img/bg.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Inter', sans-serif;
    color: #e0e0e0;
    line-height: 1.5;
    scroll-behavior: smooth;
}

.premiumWrapper {
    background-color: #010104;
    max-width: 1160px;
    width: 98%;
    margin: 30px auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.containerFluid {
    padding-left: 32px;
    padding-right: 32px;
}

.premiumHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    padding: 24px 32px;
    border-bottom: 1px solid #ffffff0d;
    background: rgba(1, 1, 4, 0.85);
    backdrop-filter: blur(4px);
}

.brandLink {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.brandLink img {
    height: 42px;
    width: auto;
    margin-top: -5px;
}

.brandLink span {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.3px;
}

.navigationWrap {
    display: flex;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
}



.navList {
    display: flex;
    gap: 28px;
    list-style: none;
}


.navList a {
    text-decoration: none;
    color: #e0e0e0;
    font-weight: 400;
    font-size: 14px;
    transition: 0.2s;
}

.navList a:hover {
    color: #fff;
}

.ratingBtnHeader,
.heroBtn,
.ctaBtnAction {
    background: #fff;
    padding: 12px 28px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 600;
    color: #010104;
    display: inline-block;
    transition: 0.2s;
    font-size: 0.95rem;
}

.ratingBtnHeader:hover,
.heroBtn:hover,
.ctaBtnAction:hover {
    background: #f0f0f0;
    transform: scale(0.97);
}

.mobileMenuTrigger {
    display: none;
    background: none;
    border: 1px solid #ffffff30;
    border-radius: 40px;
    padding: 8px 20px;
    color: white;
    cursor: pointer;
    font-weight: 500;
}

.heroPremium {
    background: url('../img/hero.jpg');
    background-size: cover;
    background-position: center bottom;
    padding: 100px 32px;
    text-align: center;
    border-bottom: 1px solid #ffffff0d;
}

.heroTitle {
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.heroDesc {
    font-size: 1.2rem;
    max-width: 680px;
    margin: 0 auto 32px auto;
}

.ratingSectionBlock {
    padding: 70px 32px 10px 32px;
}

.premiumSubtitle {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 6px 20px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.globalTitle {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 28px;
    line-height: 1.2;
}

.ratingCardItem {
    background: #ffffff0d;
    border: 1px solid #ffffff0d;
    border-radius: 17px;
    padding: 28px 32px;
    margin-bottom: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s;
}

.logoArea img {
    height: 58px;
    width: auto;
    filter: brightness(0) invert(1);
}

.featuresListArea {
    min-width: 150px;
    padding-left: 24px;
    max-width: 250px;
    width: 100%;
}

.featuresListArea ul {
    list-style: none;
}

.featuresListArea li {
    margin-bottom: 8px;
    padding-left: 28px;
    background: url('../img/check-mark.png') left center no-repeat;
    background-size: 18px;
    font-weight: 300;
    font-size: 14px;
}

.bonusHighlightBadge {
    background: rgba(255, 245, 200, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #FFE2A4;
    border-left: 2px solid #ffcd6b;
    margin: 0 12px;
    max-width: 235px;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.scoreWrap {
    text-align: center;
    min-width: 120px;
}

.bigScore {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.starRating {
    font-size: 1.1rem;
    letter-spacing: 3px;
    color: #FFD966;
    margin: 6px 0;
}

.visitLinkBtn {
    background: #fff;
    padding: 10px 24px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 600;
    color: #010104;
    display: inline-block;
    margin-top: 8px;
}

.ratingBtn {
    text-align: center;
}

.ageRestriction {
    font-size: 0.7rem;
    margin-top: 8px;
    opacity: 0.75;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.whyUsCore {
    padding: 60px 32px;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid #ffffff0d;
    border-bottom: 1px solid #ffffff0d;
}

.featuresGridThree {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 48px;
    justify-content: center;
}

.featureBox {
    background: #ffffff0d;
    border: 1px solid #ffffff0d;
    border-radius: 24px;
    padding: 32px 24px;
    flex: 1;
    min-width: 230px;
}

.featureBox img {
    height: 50px;
    margin-bottom: 14px;
}

.featureBox h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
}

.ctaCenter {
    padding: 80px 32px;
    text-align: center;
    background: url('../img/cta.jpg') center no-repeat;
    background-size: cover;
}

.ctaCenter p {
    margin-bottom: 30px;
}

.ctaCenter h2 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.premiumFooter {
    padding: 48px 32px 36px;
    border-top: 1px solid #ffffff0d;
    text-align: center;
}

.footer18Icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer18Icon img {
    width: 42px;
    opacity: 0.9;
}

.footerLinksRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 30px;
    margin-bottom: 22px;
}

.footerLinksRow a {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.footerLinksRow a:hover {
    color: white;
}

.footerHighlightText p {
    margin: 10px 0;
    text-transform: uppercase;
}

.footerHighlightText {
    font-weight: 400;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    display: inline-block;
    padding: 6px 18px;
    border-radius: 10px;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.footerBadgeSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    margin: 30px 0 28px;
}

.footerBadgeSet a img {
    max-height: 38px;
    height: auto;
    width: auto;
    max-width: 170px;
    transition: opacity 0.2s;
}

.copyrightNote {
    font-size: 0.75rem;
    color: #aaa;
    margin-top: 28px;
}


.pageHeaderCenter {
    text-align: center;
    padding: 60px 32px 40px;
    border-bottom: 1px solid #ffffff0d;
}

.pageHeaderCenter h1 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 0.9rem;
    color: #aaa;
}

.breadcrumb a {
    color: #e0e0e0;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #fff;
}

.contentSection {
    padding: 50px 32px 70px;
}

.contentSection h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin: 32px 0 16px;
}

.contentSection h3 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    margin: 28px 0 12px;
}

.contentSection p {
    margin-bottom: 18px;
    color: #e0e0e0;
}

.contentSection ul,
.contentSection ol {
    margin: 16px 0 24px 28px;
}

.contentSection li {
    margin-bottom: 10px;
}

.infoBox {
    background: #ffffff0d;
    border: 1px solid #ffffff0d;
    border-radius: 17px;
    padding: 28px;
    margin: 32px 0;
}

.infoBox p {
    margin-bottom: 0;
}

.updateDate {
    font-size: 0.85rem;
    color: #aaa;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ffffff0d;
    text-align: center;
}

.contactEmail {
    background: #ffffff0d;
    border-radius: 17px;
    padding: 20px 28px;
    text-align: center;
    margin: 30px 0;
}

.contactEmail p {
    margin-bottom: 0;
}

.contactEmail a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ffffff60;
}



@media (max-width: 680px) {
    .navList {
        display: none;
    }

    .mobileMenuTrigger {
        display: inline-block;
    }

    .navigationWrap.active .navList {
        display: flex;
        flex-direction: column;
        width: 100%;
        background: #0c0c16;
        padding: 20px;
        border-radius: 28px;
        margin-top: 18px;
    }

    .containerFluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pageHeaderCenter h1 {
        font-size: 2rem;
    }
}

.reviewsSection {
    max-width: 1160px;
    margin: 0 auto 50px;
    padding: 0 32px;
}

.sectionHeader {
    text-align: center;
    margin-bottom: 48px;
}

.sectionBadge {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 6px 20px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.sectionHeader h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
}

.reviewCard {
    background: #ffffff0d;
    border: 1px solid #ffffff0d;
    border-radius: 24px;
    margin-bottom: 48px;
    overflow: hidden;
    transition: all 0.2s;
}

.reviewHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 28px 32px;
    border-bottom: 1px solid #ffffff0d;
    background: rgba(255, 255, 255, 0.02);
}

.platformIdentity {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.platformLogo {
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1);
}

.platformName h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.licenseInfo {
    font-size: 0.8rem;
    color: #aaa;
}

.licenseInfo span {
    color: #FFD966;
}

.overallScore {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 24px;
    border-radius: 60px;
    min-width: 110px;
}

.overallScore .scoreBig {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.overallScore .stars {
    font-size: 0.9rem;
    letter-spacing: 2px;
    color: #FFD966;
}

.reviewBody {
    padding: 32px;
}

.descriptionGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
    margin-bottom: 32px;
}

.infoBlock {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 20px;
}

.infoBlock h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
    border-left: 3px solid #FFD966;
    padding-left: 12px;
}

.infoBlock p,
.infoBlock li {
    font-size: 0.9rem;
    color: #d0d0d0;
    margin-bottom: 8px;
}

.infoBlock ul {
    list-style: none;
    padding-left: 0;
}

.infoBlock li {
    padding-left: 22px;
    background: url('../img/check-mark.png') left center no-repeat;
    background-size: 16px;
    margin-bottom: 10px;
}

.bonusBox {
    background: rgba(255, 215, 0, 0.08);
    border-left: 3px solid #FFD966;
}

.prosConsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 32px 0;
}

.prosBox,
.consBox {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 20px;
}

.prosBox h4,
.consBox h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 14px;
}

.prosBox h4 {
    color: #6fcf97;
}

.consBox h4 {
    color: #e74c3c;
}

.prosBox ul,
.consBox ul {
    list-style: none;
    padding-left: 0;
}

.prosBox li {
    padding-left: 24px;
    background: url('../img/check-mark.png') left center no-repeat;
    background-size: 16px;
    margin-bottom: 10px;
    color: #d0d0d0;
}

.consBox li {
    padding-left: 24px;
    background: url('../img/close-mark.png') left center no-repeat;
    background-size: 13px;
    margin-bottom: 10px;
    color: #d0d0d0;
}

.paymentMethods {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.paymentBadge {
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    color: #e0e0e0;
}

.responsibleBlock {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 20px;
    margin: 24px 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.responsibleText {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.responsibleText span {
    font-size: 1.5rem;
}

.responsibleText p {
    font-size: 0.85rem;
    max-width: 400px;
}

.visitSiteBtn {
    background: #fff;
    padding: 14px 36px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    color: #010104;
    transition: 0.2s;
    display: inline-block;
}

.visitSiteBtn:hover {
    background: #f0f0f0;
    transform: scale(0.98);
}

.updateNote {
    font-size: 0.7rem;
    color: #888;
    text-align: right;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #ffffff0d;
}

@media (max-width: 768px) {
    .reviewsSection {
        padding: 0 20px;
    }

    .reviewHeader {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .platformIdentity {
        justify-content: center;
    }

    .prosConsGrid {
        grid-template-columns: 1fr;
    }

    .responsibleBlock {
        flex-direction: column;
        text-align: center;
    }
}

































@media (max-width: 860px) {

    .navigationWrap {

        justify-content: space-between;
    }

    .ratingCardItem {
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }

    .featuresListArea {
        padding-left: 0;
        text-align: left;
    }

    .heroTitle {
        font-size: 2.4rem;
    }
}

@media (max-width: 680px) {
    .navList {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 3;
    }

    .mobileMenuTrigger {
        display: inline-block;
    }

    .navigationWrap.active .navList {
        display: flex;
        flex-direction: column;
        width: 100%;
        background: #0c0c16;
        padding: 20px;
        list-style: none;
        border-radius: 28px;

        gap: 18px;
        text-align: center;
    }

    .ratingBtnHeader {
        margin-left: auto;
    }

    .ratingBtnHeader {
        display: none;
    }

    .premiumWrapper {
        border-radius: 20px;
    }

    .premiumHeader {
        padding: 20px;
    }

    .whyUsCore {
        padding-top: 0;
    }

}

@media (max-width: 480px) {

    .heroPremium {
        padding: 60px 20px;
    }

    .containerFluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .brandLink span{
        font-size: 1.2rem;
    }
    .bonusHighlightBadge{
        margin: 0;
    }
}