/* style/blog-huong-dan-dang-ky-b888bet.css */

/* Variables for colors based on the provided scheme and body background */
:root {
    --b888bet-primary: #FF8C1A;
    --b888bet-secondary: #FFA53A;
    --b888bet-card-bg: #17191F;
    --b888bet-background: #0D0E12; /* This is the body background, implies dark */
    --b888bet-text-main: #FFF3E6; /* Light text for dark background */
    --b888bet-border: #A84F0C;
    --b888bet-glow: #FFB04D;
    --b888bet-deep-orange: #D96800;
}

.page-blog-huong-dan-dang-ky-b888bet {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--b888bet-text-main);
    background-color: var(--b888bet-background);
}

.page-blog-huong-dan-dang-ky-b888bet__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* HERO Section */
.page-blog-huong-dan-dang-ky-b888bet__hero-section {
    padding-top: 10px; /* Small top padding, relying on body for header offset */
    padding-bottom: 60px;
    background-color: var(--b888bet-card-bg);
}

.page-blog-huong-dan-dang-ky-b888bet__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 40px 0;
}

.page-blog-huong-dan-dang-ky-b888bet__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
    color: var(--b888bet-text-main);
}

.page-blog-huong-dan-dang-ky-b888bet__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--b888bet-primary);
}

.page-blog-huong-dan-dang-ky-b888bet__intro-description {
    font-size: 1.15rem;
    margin-bottom: 30px;
    color: var(--b888bet-text-main);
    max-width: 600px;
}

.page-blog-huong-dan-dang-ky-b888bet__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}