/* style/resources-dt68-registration-login-tutorial.css */
.page-resources-dt68-registration-login-tutorial {
    font-family: 'Arial', sans-serif;
    color: #f8f9fa; /* Light text for dark background */
    background-color: #1a1a2e; /* Dark background */
    line-height: 1.6;
    padding: 20px;
}

.page-resources-dt68-registration-login-tutorial__article-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background-color: #2a2a4a; /* Slightly lighter dark background for content */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-dt68-registration-login-tutorial__back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #007BFF; /* Primary color for links */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-dt68-registration-login-tutorial__back-link:hover {
    color: #FFD700; /* Secondary color on hover */
}

.page-resources-dt68-registration-login-tutorial__back-link--bottom {
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.page-resources-dt68-registration-login-tutorial__header {
    text-align: center;
    margin-bottom: 40px;
}

.page-resources-dt68-registration-login-tutorial__title {
    font-size: 2.8em;
    color: #FFD700; /* Secondary color for main title */
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-dt68-registration-login-tutorial__meta {
    font-size: 0.9em;
    color: #ccc;
}

.page-resources-dt68-registration-login-tutorial__intro-section p {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.page-resources-dt68-registration-login-tutorial__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-resources-dt68-registration-login-tutorial__btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 180px;
}

.page-resources-dt68-registration-login-tutorial__btn--primary {
    background-color: #007BFF; /* Primary color */
    color: #ffffff;
    border: 2px solid #007BFF;
}

.page-resources-dt68-registration-login-tutorial__btn--primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4);
}

.page-resources-dt68-registration-login-tutorial__btn--secondary {
    background-color: #FFD700; /* Secondary color */
    color: #1a1a2e; /* Dark text for light background */
    border: 2px solid #FFD700;
}

.page-resources-dt68-registration-login-tutorial__btn--secondary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-dt68-registration-login-tutorial__btn--access {
    background-color: transparent;
    color: #007BFF;
    border: 2px solid #007BFF;
    margin-top: 20px;
}

.page-resources-dt68-registration-login-tutorial__btn--access:hover {
    background-color: #007BFF;
    color: #ffffff;
}

.page-resources-dt68-registration-login-tutorial__table-of-contents {
    background-color: #3a3a5a;
    border-left: 5px solid #FFD700;
    padding: 25px 30px;
    margin: 40px 0;
    border-radius: 8px;
}

.page-resources-dt68-registration-login-tutorial__table-of-contents h2 {
    color: #FFD700;
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-resources-dt68-registration-login-tutorial__table-of-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-resources-dt68-registration-login-tutorial__table-of-contents li {
    margin-bottom: 10px;
}

.page-resources-dt68-registration-login-tutorial__table-of-contents a {
    color: #f8f9fa;
    text-decoration: none;
    font-size: 1.05em;
    transition: color 0.3s ease;
}

.page-resources-dt68-registration-login-tutorial__table-of-contents a:hover {
    color: #007BFF;
}

.page-resources-dt68-registration-login-tutorial__section {
    margin-bottom: 50px;
    padding-top: 20px;
}

.page-resources-dt68-registration-login-tutorial__section-title {
    font-size: 2.2em;
    color: #007BFF; /* Primary color for section titles */
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(0, 123, 255, 0.3);
    padding-bottom: 10px;
}

.page-resources-dt68-registration-login-tutorial__subsection-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-dt68-registration-login-tutorial__list,
.page-resources-dt68-registration-login-tutorial__ordered-list {
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-resources-dt68-registration-login-tutorial__list li,
.page-resources-dt68-registration-login-tutorial__ordered-list li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-resources-dt68-registration-login-tutorial__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-dt68-registration-login-tutorial__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-resources-dt68-registration-login-tutorial__image-caption {
    font-size: 0.9em;
    color: #bbb;
    margin-top: 10px;
}

.page-resources-dt68-registration-login-tutorial__faq-item {
    background-color: #3a3a5a;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-resources-dt68-registration-login-tutorial__faq-question {
    font-size: 1.4em;
    color: #007BFF;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-dt68-registration-login-tutorial__faq-answer {
    font-size: 1.0em;
    color: #f8f9fa;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-dt68-registration-login-tutorial__article-container {
        margin: 20px auto;
        padding: 20px;
    }

    .page-resources-dt68-registration-login-tutorial__title {
        font-size: 2em;
    }

    .page-resources-dt68-registration-login-tutorial__section-title {
        font-size: 1.8em;
    }

    .page-resources-dt68-registration-login-tutorial__subsection-title {
        font-size: 1.4em;
    }

    .page-resources-dt68-registration-login-tutorial__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-dt68-registration-login-tutorial__btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .page-resources-dt68-registration-login-tutorial__title {
        font-size: 1.8em;
    }

    .page-resources-dt68-registration-login-tutorial__section-title {
        font-size: 1.6em;
    }

    .page-resources-dt68-registration-login-tutorial__subsection-title {
        font-size: 1.2em;
    }

    .page-resources-dt68-registration-login-tutorial__btn {
        padding: 12px 20px;
        font-size: 1em;
    }
}