.page-resources-how-to-register-fi88 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Light text for dark body background */
    background-color: #1a1a2e; /* Inherited from shared, but explicitly set for clarity */
}

.page-resources-how-to-register-fi88__hero-section {
    position: relative;
    padding: var(--header-offset, 120px) 20px 60px;
    background-color: #0A2463; /* Primary brand color for hero background */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    overflow: hidden; /* Ensure no overflow */
}

.page-resources-how-to-register-fi88__hero-content {
    max-width: 900px;
    z-index: 1;
    position: relative;
}

.page-resources-how-to-register-fi88__hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Gold for title */
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-how-to-register-fi88__hero-description {
    font-size: 1.2em;
    color: #f0f0f0;
    margin-bottom: 30px;
}

.page-resources-how-to-register-fi88__hero-description a {
    color: #FFD700; /* Gold for links in description */
    text-decoration: underline;
}

.page-resources-how-to-register-fi88__hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Ensure responsiveness for buttons */
}

.page-resources-how-to-register-fi88__btn-primary,
.page-resources-how-to-register-fi88__btn-secondary {
    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;
    max-width: 100%; /* Ensure responsiveness */
    box-sizing: border-box; /* Ensure padding is included in width */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    text-align: center;
}

.page-resources-how-to-register-fi88__btn-primary {
    background-color: #FFD700; /* Gold background */
    color: #0A2463; /* Dark blue text */
    border: 2px solid #FFD700;
}

.page-resources-how-to-register-fi88__btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-how-to-register-fi88__btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700;
}

.page-resources-how-to-register-fi88__btn-secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-3px);
}

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

.page-resources-how-to-register-fi88__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2; /* Subtle background image */
}

.page-resources-how-to-register-fi88__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-resources-how-to-register-fi88__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for main section titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-resources-how-to-register-fi88__subsection-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold for subsections */
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-resources-how-to-register-fi88 p {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #f0f0f0; /* Light text for paragraphs */
}

.page-resources-how-to-register-fi88 p a {
    color: #FFD700; /* Gold for links in paragraphs */
    text-decoration: underline;
}

.page-resources-how-to-register-fi88__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #f0f0f0; /* Light text for lists */
}

.page-resources-how-to-register-fi88__list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-resources-how-to-register-fi88__list li strong {
    color: #FFD700; /* Gold for strong text in lists */
}

.page-resources-how-to-register-fi88__step-by-step-guide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.page-resources-how-to-register-fi88__step-item {
    background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for cards */
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-resources-how-to-register-fi88__step-number {
    font-size: 2.5em;
    font-weight: bold;
    color: #FFD700; /* Gold for step numbers */
    background-color: #0A2463; /* Dark blue background for numbers */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 3px solid #FFD700;
}

.page-resources-how-to-register-fi88__step-title {
    font-size: 1.6em;
    color: #FFD700; /* Gold for step titles */
    margin-bottom: 15px;
}

.page-resources-how-to-register-fi88__step-item p {
    color: #f0f0f0;
    margin-bottom: 15px;
}

.page-resources-how-to-register-fi88__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: block; /* Ensure no extra space below image */
}

.page-resources-how-to-register-fi88__image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-resources-how-to-register-fi88__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: block;
}

.page-resources-how-to-register-fi88__download-section {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Video Section */
.page-resources-how-to-register-fi88__video-section {
    position: relative;
    width: 100%;
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px); /* Apply header offset */
    background-color: #0A2463; /* Dark blue background */
    text-align: center;
    overflow: hidden;
}

.page-resources-how-to-register-fi88__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    max-width: 900px; /* Max width for video */
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.page-resources-how-to-register-fi88__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer; /* Indicate clickability */
}

.page-resources-how-to-register-fi88__video-overlay {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-how-to-register-fi88__video-title {
    font-size: 2.5em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-how-to-register-fi88__video-description {
    font-size: 1.1em;
    color: #f0f0f0;
    margin-bottom: 30px;
}

.page-resources-how-to-register-fi88__video-description a {
    color: #FFD700;
    text-decoration: underline;
}

/* FAQ Section */
.page-resources-how-to-register-fi88__faq-container {
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white background for FAQ container */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-register-fi88__faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.page-resources-how-to-register-fi88__faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-resources-how-to-register-fi88__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFD700; /* Gold for FAQ questions */
    cursor: pointer;
    padding: 15px 0;
    transition: color 0.3s ease;
}

.page-resources-how-to-register-fi88__faq-question:hover {
    color: #e6c200; /* Slightly darker gold on hover */
}

.page-resources-how-to-register-fi88__faq-toggle {
    font-size: 1.5em;
    font-weight: normal;
    transition: transform 0.3s ease;
}

.page-resources-how-to-register-fi88__faq-item.active .page-resources-how-to-register-fi88__faq-toggle {
    transform: rotate(45deg); /* Rotate + to become x or - */
}

.page-resources-how-to-register-fi88__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #f0f0f0; /* Light text for FAQ answers */
}

.page-resources-how-to-register-fi88__faq-item.active .page-resources-how-to-register-fi88__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-how-to-register-fi88__hero-title {
        font-size: 3em;
    }
    .page-resources-how-to-register-fi88__section-title {
        font-size: 2em;
    }
}