/* style/resources-68gb-registration-tutorial.css */
.page-resources-68gb-registration-tutorial {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #E0E0E0; /* Light gray for general text on dark background */
    background-color: #0A192F; /* Dark blue main background */
}

.page-resources-68gb-registration-tutorial__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-68gb-registration-tutorial__hero {
    background: linear-gradient(135deg, #0A192F 0%, #1a345c 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold for hero text */
}

.page-resources-68gb-registration-tutorial__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-68gb-registration-tutorial__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #FFD700; /* Gold for subtitle */
}

.page-resources-68gb-registration-tutorial__hero-btn {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #0A192F; /* Dark blue text on gold */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-68gb-registration-tutorial__hero-btn:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-68gb-registration-tutorial__section {
    padding: 60px 0;
    background-color: #0A192F; /* Consistent dark blue background */
}

.page-resources-68gb-registration-tutorial__section:nth-of-type(even) {
    background-color: #1a2c42; /* Slightly lighter dark blue for alternating sections */
}

.page-resources-68gb-registration-tutorial__section-title {
    font-size: 2.8em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-68gb-registration-tutorial__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-68gb-registration-tutorial__section-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 50px;
    color: #B0B0B0; /* Light gray for descriptions */
}

.page-resources-68gb-registration-tutorial__intro-content p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-resources-68gb-registration-tutorial__highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-resources-68gb-registration-tutorial__image-full-width {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-68gb-registration-tutorial__step-item {
    background-color: #1a2c42; /* Slightly lighter dark blue for step cards */
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-68gb-registration-tutorial__step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-68gb-registration-tutorial__step-title {
    font-size: 2em;
    color: #FFD700; /* Gold for step titles */
    margin-bottom: 15px;
}

.page-resources-68gb-registration-tutorial__step-item p {
    font-size: 1.05em;
    margin-bottom: 15px;
    color: #E0E0E0;
}

.page-resources-68gb-registration-tutorial__step-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    border: 1px solid #FFD700; /* Gold border for images */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-68gb-registration-tutorial__btn-primary {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #0A192F; /* Dark blue text */
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.page-resources-68gb-registration-tutorial__btn-primary:hover {
    background-color: #e6c200;
}

.page-resources-68gb-registration-tutorial__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-resources-68gb-registration-tutorial__list li {
    font-size: 1.05em;
    margin-bottom: 10px;
    color: #E0E0E0;
    position: relative;
    padding-left: 25px;
}

.page-resources-68gb-registration-tutorial__list li strong {
    color: #FFD700;
}

.page-resources-68gb-registration-tutorial__list--styled li::before {
    content: '✓';
    color: #FFD700; /* Gold checkmark */
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-resources-68gb-registration-tutorial__list--bonus li::before {
    content: '★';
    color: #FFD700; /* Gold star */
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-resources-68gb-registration-tutorial__image-responsive {
    width: 100%;
    height: auto;
    max-width: 800px;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #FFD700;
}

.page-resources-68gb-registration-tutorial__btn-secondary {
    display: inline-block;
    background-color: #0A192F; /* Dark blue button */
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700; /* Gold border */
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 20px;
}

.page-resources-68gb-registration-tutorial__btn-secondary:hover {
    background-color: #FFD700; /* Gold background on hover */
    color: #0A192F; /* Dark blue text on hover */
}

.page-resources-68gb-registration-tutorial__ordered-list {
    list-style: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-resources-68gb-registration-tutorial__ordered-list li {
    font-size: 1.05em;
    margin-bottom: 10px;
}

.page-resources-68gb-registration-tutorial__ordered-list li strong {
    color: #FFD700;
}

.page-resources-68gb-registration-tutorial__link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-68gb-registration-tutorial__link:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-resources-68gb-registration-tutorial__cta {
    background: linear-gradient(135deg, #FFD700 0%, #e6c200 100%); /* Gold gradient for CTA */
    padding: 80px 0;
    text-align: center;
}

.page-resources-68gb-registration-tutorial__cta .page-resources-68gb-registration-tutorial__section-title {
    color: #0A192F; /* Dark blue title on gold background */
    margin-bottom: 25px;
}

.page-resources-68gb-registration-tutorial__cta .page-resources-68gb-registration-tutorial__section-title::after {
    background-color: #0A192F; /* Dark blue underline */
}

.page-resources-68gb-registration-tutorial__cta .page-resources-68gb-registration-tutorial__section-description {
    color: #333; /* Dark gray for description on gold */
    margin-bottom: 40px;
}

.page-resources-68gb-registration-tutorial__btn-hero {
    display: inline-block;
    background-color: #0A192F; /* Dark blue button */
    color: #FFD700; /* Gold text */
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-68gb-registration-tutorial__btn-hero:hover {
    background-color: #FFD700; /* Gold background on hover */
    color: #0A192F; /* Dark blue text on hover */
    transform: translateY(-5px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-68gb-registration-tutorial__hero-title {
        font-size: 2.5em;
    }
    .page-resources-68gb-registration-tutorial__hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-68gb-registration-tutorial__section-title {
        font-size: 2em;
    }
    .page-resources-68gb-registration-tutorial__step-title {
        font-size: 1.6em;
    }
    .page-resources-68gb-registration-tutorial__hero-btn, .page-resources-68gb-registration-tutorial__btn-hero {
        padding: 12px 25px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-68gb-registration-tutorial__hero-title {
        font-size: 2em;
    }
    .page-resources-68gb-registration-tutorial__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-68gb-registration-tutorial__section-title {
        font-size: 1.8em;
    }
    .page-resources-68gb-registration-tutorial__step-title {
        font-size: 1.4em;
    }
    .page-resources-68gb-registration-tutorial__hero-btn, .page-resources-68gb-registration-tutorial__btn-hero {
        padding: 10px 20px;
        font-size: 1em;
    }
}