.page-resources-fb88-reputation-analysis {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Body background is #000000, so text is white */
    background-color: #000000;
}

.page-resources-fb88-reputation-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-fb88-reputation-analysis__hero-section {
    position: relative;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Fixed header spacing */
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    overflow: hidden; /* Ensure image doesn't overflow */
}

.page-resources-fb88-reputation-analysis__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.page-resources-fb88-reputation-analysis__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-fb88-reputation-analysis__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #26A9E0; /* Brand color for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-fb88-reputation-analysis__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-fb88-reputation-analysis__hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-resources-fb88-reputation-analysis__btn-primary,
.page-resources-fb88-reputation-analysis__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box; /* Ensure padding doesn't increase total width */
    max-width: 100%; /* Ensure buttons don't overflow */
    white-space: normal; /* Allow text wrap */
    word-wrap: break-word; /* Allow text wrap */
}

.page-resources-fb88-reputation-analysis__btn-primary {
    background-color: #26A9E0; /* Brand color */
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-resources-fb88-reputation-analysis__btn-primary:hover {
    background-color: #1a7fb8;
    border-color: #1a7fb8;
}

.page-resources-fb88-reputation-analysis__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-resources-fb88-reputation-analysis__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-resources-fb88-reputation-analysis__content-section {
    padding: 60px 20px;
}

.page-resources-fb88-reputation-analysis__dark-bg {
    background-color: #0d0d0d; /* Slightly lighter than #000000 for contrast */
    color: #ffffff;
}

.page-resources-fb88-reputation-analysis__light-bg {
    background-color: #1a1a1a; /* Dark gray for subtle contrast */
    color: #ffffff;
}

.page-resources-fb88-reputation-analysis__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}