:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --text-dark: #333333;
    --text-light: #ffffff;
    --background-dark: #1c1c1c; /* Body background from shared.css */
    --button-register: #C30808;
    --button-login: #C30808;
    --button-font-color: #FFFF00;
}

.page-resources-how-to-safely-access-fb88 {
    background-color: var(--background-dark);
    color: var(--text-light);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 60px;
}

.page-resources-how-to-safely-access-fb88__hero-section {
    position: relative;
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.page-resources-how-to-safely-access-fb88__hero-content {
    max-width: 900px;
    z-index: 1;
    position: relative;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.page-resources-how-to-safely-access-fb88__hero-title {
    font-size: 3.2em;
    color: var(--secondary-color);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.page-resources-how-to-safely-access-fb88__hero-description {
    font-size: 1.3em;
    color: var(--text-light);
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.page-resources-how-to-safely-access-fb88__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-how-to-safely-access-fb88__btn-primary,
.page-resources-how-to-safely-access-fb88__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    min-width: 150px;
}

.page-resources-how-to-safely-access-fb88__btn-primary {
    background-color: var(--button-register);
    color: var(--button-font-color);
    border: 2px solid var(--button-register);
}

.page-resources-how-to-safely-access-fb88__btn-primary:hover {
    background-color: #a40707;
    border-color: #a40707;
}

.page-resources-how-to-safely-access-fb88__btn-secondary {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.page-resources-how-to-safely-access-fb88__btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.page-resources-how-to-safely-access-fb88__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.page-resources-how-to-safely-access-fb88__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.page-resources-how-to-safely-access-fb88__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.page-resources-how-to-safely-access-fb88__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.page-resources-how-to-safely-access-fb88__text-block {
    font-size: 1.1em;
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.7;
}

.page-resources-how-to-safely-access-fb88__sub-title {
    font-size: 1.6em;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-how-to-safely-access-fb88__list,
.page-resources-how-to-safely-access-fb88__ordered-list {
    list-style-position: inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-resources-how-to-safely-access-fb88__list-item {
    font-size: 1.05em;
    color: var(--text-light);
    margin-bottom: 10px;
    line-height: 1.6;
}

.page-resources-how-to-safely-access-fb88__list-item a {
    color: var(--primary-color);
    text-decoration: underline;
}

.page-resources-how-to-safely-access-fb88__list-item a:hover {
    color: #019a4a;
}

.page-resources-how-to-safely-access-fb88__introduction-section {
    background-color: var(--background-dark);
    padding: 60px 0;
}

.page-resources-how-to-safely-access-fb88__video-section {
    background-color: #0d0d0d;
    padding: 60px 0;
    text-align: center;
}

.page-resources-how-to-safely-access-fb88__video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 30px auto;
    border-radius: 10px;
}