.page-blog-how-to-register-phdream {
    padding-top: 10px; /* Small top padding for main content */
    background-color: #FFFFFF; /* Explicit background color */
    color: #000000; /* Default text color */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-how-to-register-phdream__section-title {
    font-size: clamp(1.8rem, 2.5vw, 2.5rem); /* Responsive H2 */
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-register-phdream__text-content {
    font-size: 1rem;
    color: #333333; /* Slightly softer black for paragraphs */
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 15px;
}

.page-blog-how-to-register-phdream__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.3s ease, color 0.3s ease;
    min-width: 200px; /* Ensure buttons are not too small */
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.page-blog-how-to-register-phdream__button--register,
.page-blog-how-to-register-phdream__button--register-small,
.page-blog-how-to-register-phdream__button--register-final {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #000000;
}

.page-blog-how-to-register-phdream__button--login,
.page-blog-how-to-register-phdream__button--login-large,
.page-blog-how-to-register-phdream__button--login-final {
    background-color: #FCBC45;
    color: #000000;
}

.page-blog-how-to-register-phdream__button--play-now,
.page-blog-how-to-register-phdream__button--download {
    background-color: #FCBC45;
    color: #000000;
}

.page-blog-how-to-register-phdream__button--view-all-faq {
    background-color: #000000; /* Dark button for FAQ */
    color: #FFFFFF;
    border: 2px solid #000000;
    margin-top: 20px;
    max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Hero Section */
.page-blog-how-to-register-phdream__hero-section {
    background-color: #000000; /* Dark background for hero */
    padding: 40px 0;
    display: flex;
    flex-direction: column; /* Image then text */
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.page-blog-how-to-register-phdream__hero-image-wrapper {
    width: 100%;
    max-width: 1920px;
    margin-bottom: 30px;
}

.page-blog-how-to-register-phdream__hero-image {
    width: 100%;
    height: auto;
    display: block;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
}

.page-blog-how-to-register-phdream__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-how-to-register-phdream__hero-title {
    color: #FFFFFF;
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive H1 */
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.page-blog-how-to-register-phdream__hero-description {
    color: #E0E0E0;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.page-blog-how-to-register-phdream__hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

/* Introduction Section */
.page-blog-how-to-register-phdream__introduction-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Registration Guide Section */
.page-blog-how-to-register-phdream__registration-guide-section {
    padding: 60px 20px;
    background-color: #F8F8F8; /* Light background for this section */
    text-align: center;
}

.page-blog-how-to-register-phdream__step-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    padding: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-how-to-register-phdream__step-image {
    width: 100%;
    height: auto;
    max-width: 600px;
    border-radius: 8px;
    margin-bottom: 25px;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
}

.page-blog-how-to-register-phdream__step-title {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    color: #000000;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-blog-how-to-register-phdream__step-description {
    color: #555555;
    font-size: 1rem;
    margin-bottom: 20px;
}

/* Login Section */
.page-blog-how-to-register-phdream__login-section {
    padding: 60px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* App Download Section */
.page-blog-how-to-register-phdream__app-download-section {
    padding: 60px 20px;
    background-color: #000000; /* Dark background for app download */
    color: #FFFFFF;
    text-align: center;
}

.page-blog-how-to-register-phdream__app-download-section .page-blog-how-to-register-phdream__section-title {
    color: #FFFFFF;
}

.page-blog-how-to-register-phdream__app-download-section .page-blog-how-to-register-phdream__text-content {
    color: #E0E0E0;
}

.page-blog-how-to-register-phdream__app-image {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin-bottom: 30px;
    border-radius: 8px;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
}

.page-blog-how-to-register-phdream__app-buttons {
    margin-top: 20px;
}

/* Why Choose Section */
.page-blog-how-to-register-phdream__why-choose-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.page-blog-how-to-register-phdream__features-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-register-phdream__feature-item {
    background-color: #F8F8F8;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-blog-how-to-register-phdream__feature-title {
    font-size: 1.3rem;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 700;
}

.page-blog-how-to-register-phdream__feature-description {
    color: #555555;
    font-size: 0.95rem;
}

/* FAQ Section */
.page-blog-how-to-register-phdream__faq-section {
    padding: 60px 20px;
    background-color: #000000; /* Dark background for FAQ */
    color: #FFFFFF;
    text-align: center;
}

.page-blog-how-to-register-phdream__faq-section .page-blog-how-to-register-phdream__section-title {
    color: #FFFFFF;
}

.page-blog-how-to-register-phdream__faq-item {
    background-color: #1A1A1A; /* Slightly lighter dark for FAQ items */
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-blog-how-to-register-phdream__faq-question {
    font-size: 1.15rem;
    color: #FCBC45; /* Gold accent for questions */
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-how-to-register-phdream__faq-answer {
    color: #E0E0E0;
    font-size: 1rem;
}

/* Call to Action Section */
.page-blog-how-to-register-phdream__cta-section {
    padding: 60px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.page-blog-how-to-register-phdream__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-how-to-register-phdream__hero-title {
        font-size: 2.5rem;
    }

    .page-blog-how-to-register-phdream__section-title {
        font-size: 2rem;
    }

    .page-blog-how-to-register-phdream__hero-buttons,
    .page-blog-how-to-register-phdream__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-blog-how-to-register-phdream__button {
        width: 80%;
        max-width: 300px;
    }

    .page-blog-how-to-register-phdream__hero-image,
    .page-blog-how-to-register-phdream__step-image,
    .page-blog-how-to-register-phdream__app-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Enforce min size even on mobile */
        min-height: 200px;
    }

    .page-blog-how-to-register-phdream__features-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-register-phdream__hero-title {
        font-size: 2rem;
    }
    .page-blog-how-to-register-phdream__section-title {
        font-size: 1.8rem;
    }
    .page-blog-how-to-register-phdream__button {
        width: 90%;
    }
}