/* style/platform-reviews-77bet-security-review.css */
.page-platform-reviews-77bet-security-review {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-platform-reviews-77bet-security-review__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-platform-reviews-77bet-security-review__hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #304e7a 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-platform-reviews-77bet-security-review__hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-color: rgba(230, 179, 37, 0.1);
    border-radius: 50%;
    filter: blur(50px);
}

.page-platform-reviews-77bet-security-review__hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background-color: rgba(230, 179, 37, 0.15);
    border-radius: 50%;
    filter: blur(60px);
}

.page-platform-reviews-77bet-security-review__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #E6B325;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-77bet-security-review__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.page-platform-reviews-77bet-security-review__cta-button {
    display: inline-block;
    background-color: #E6B325;
    color: #0A2342;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-platform-reviews-77bet-security-review__cta-button:hover {
    background-color: #f5c441;
    transform: translateY(-3px);
}

.page-platform-reviews-77bet-security-review__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-platform-reviews-77bet-security-review__article {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-platform-reviews-77bet-security-review__section-title {
    font-size: 2.2em;
    color: #0A2342;
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid #E6B325;
    padding-bottom: 10px;
    position: relative;
}

.page-platform-reviews-77bet-security-review__section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 60px;
    height: 3px;
    background-color: #0A2342;
}

.page-platform-reviews-77bet-security-review__subsection-title {
    font-size: 1.6em;
    color: #0A2342;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 5px solid #E6B325;
}

.page-platform-reviews-77bet-security-review__article p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
}

.page-platform-reviews-77bet-security-review__article strong {
    color: #0A2342;
}

.page-platform-reviews-77bet-security-review__list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-platform-reviews-77bet-security-review__list li {
    background-color: #f3f7fb;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 4px solid #E6B325;
    border-radius: 5px;
    font-size: 1.05em;
    color: #333;
    transition: transform 0.2s ease;
}

.page-platform-reviews-77bet-security-review__list li:hover {
    transform: translateX(5px);
}

.page-platform-reviews-77bet-security-review__image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    margin: 30px auto;
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-platform-reviews-77bet-security-review__image--left {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.page-platform-reviews-77bet-security-review__image--right {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

.page-platform-reviews-77bet-security-review__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-platform-reviews-77bet-security-review__cta-footer {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.page-platform-reviews-77bet-security-review__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
    margin-right: 20px;
}

.page-platform-reviews-77bet-security-review__cta-button--secondary {
    background-color: #0A2342;
    color: #E6B325;
    border: 2px solid #E6B325;
}

.page-platform-reviews-77bet-security-review__cta-button--secondary:hover {
    background-color: #1a3c61;
    color: #f5c441;
    border-color: #f5c441;
}

/* Clearfix for floated images */
.page-platform-reviews-77bet-security-review__article::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-platform-reviews-77bet-security-review__hero-title {
        font-size: 2.2em;
    }
    .page-platform-reviews-77bet-security-review__hero-subtitle {
        font-size: 1.1em;
    }
    .page-platform-reviews-77bet-security-review__section-title {
        font-size: 1.8em;
    }
    .page-platform-reviews-77bet-security-review__subsection-title {
        font-size: 1.4em;
    }
    .page-platform-reviews-77bet-security-review__article p {
        font-size: 1em;
    }
    .page-platform-reviews-77bet-security-review__image--left,
    .page-platform-reviews-77bet-security-review__image--right {
        float: none;
        margin: 30px auto;
    }
}

@media (max-width: 768px) {
    .page-platform-reviews-77bet-security-review__hero-section {
        padding: 80px 0;
    }
    .page-platform-reviews-77bet-security-review__hero-title {
        font-size: 1.8em;
    }
    .page-platform-reviews-77bet-security-review__hero-subtitle {
        font-size: 1em;
    }
    .page-platform-reviews-77bet-security-review__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-platform-reviews-77bet-security-review__article {
        padding: 20px;
    }
    .page-platform-reviews-77bet-security-review__section-title {
        font-size: 1.6em;
    }
    .page-platform-reviews-77bet-security-review__subsection-title {
        font-size: 1.2em;
    }
    .page-platform-reviews-77bet-security-review__cta-button--large,
    .page-platform-reviews-77bet-security-review__cta-button--secondary {
        display: block;
        margin: 15px auto;
        width: 90%;
        max-width: 300px;
    }
    .page-platform-reviews-77bet-security-review__cta-button--large {
        margin-right: auto;
    }
}