/* style/beginner-guide-common-terms.css */
.page-beginner-guide-common-terms {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-beginner-guide-common-terms__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-beginner-guide-common-terms__hero-section {
    background: linear-gradient(135deg, #FFD700 0%, #000080 100%);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-beginner-guide-common-terms__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #FFD700; /* Gold text on dark background for contrast */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-beginner-guide-common-terms__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-beginner-guide-common-terms__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #000080; /* Dark blue text on gold button */
    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;
    border: none;
    cursor: pointer;
}

.page-beginner-guide-common-terms__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-beginner-guide-common-terms__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-beginner-guide-common-terms__intro-text {
    font-size: 1.1em;
    margin-bottom: 40px;
    text-align: justify;
    color: #555;
}

.page-beginner-guide-common-terms__heading {
    font-size: 2.2em;
    color: #000080; /* Dark blue heading */
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

.page-beginner-guide-common-terms__term-item {
    background-color: #fdfdfd;
    border-left: 5px solid #FFD700;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-beginner-guide-common-terms__term-title {
    font-size: 1.8em;
    color: #000080; /* Dark blue title */
    margin-top: 0;
    margin-bottom: 15px;
}

.page-beginner-guide-common-terms__term-item p {
    font-size: 1.05em;
    color: #444;
    text-align: justify;
}

.page-beginner-guide-common-terms__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-beginner-guide-common-terms__image--small {
    max-width: 600px;
}

.page-beginner-guide-common-terms__image--medium {
    max-width: 800px;
}

.page-beginner-guide-common-terms__image--large {
    max-width: 1000px;
}

.page-beginner-guide-common-terms__inline-button {
    display: inline-block;
    background-color: #000080; /* Dark blue button */
    color: #FFD700; /* Gold text on dark blue button */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    margin-top: 15px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-beginner-guide-common-terms__inline-button:hover {
    background-color: #000066; /* Slightly darker blue on hover */
    transform: translateY(-2px);
}

.page-beginner-guide-common-terms__benefits-list {
    list-style: disc inside;
    margin-left: 20px;
    font-size: 1.05em;
    color: #444;
}

.page-beginner-guide-common-terms__benefits-list li {
    margin-bottom: 10px;
}

.page-beginner-guide-common-terms__benefits-list strong {
    color: #000080;
}

.page-beginner-guide-common-terms__cta-wrapper {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: #f0f8ff; /* Light blue background for CTA */
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-beginner-guide-common-terms__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.page-beginner-guide-common-terms__cta-text {
    font-size: 1.1em;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-beginner-guide-common-terms__hero-title {
        font-size: 2.5em;
    }
    .page-beginner-guide-common-terms__hero-subtitle {
        font-size: 1.2em;
    }
    .page-beginner-guide-common-terms__heading {
        font-size: 1.8em;
    }
    .page-beginner-guide-common-terms__term-title {
        font-size: 1.5em;
    }
    .page-beginner-guide-common-terms__term-item {
        padding: 20px;
    }
    .page-beginner-guide-common-terms__cta-button--large {
        padding: 15px 25px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-beginner-guide-common-terms__hero-title {
        font-size: 2em;
    }
    .page-beginner-guide-common-terms__hero-subtitle {
        font-size: 1em;
    }
    .page-beginner-guide-common-terms__heading {
        font-size: 1.6em;
    }
    .page-beginner-guide-common-terms__term-title {
        font-size: 1.3em;
    }
    .page-beginner-guide-common-terms__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-beginner-guide-common-terms__inline-button {
        padding: 8px 15px;
        font-size: 0.9em;
    }
    .page-beginner-guide-common-terms__benefits-list {
        margin-left: 0;
    }
    .page-beginner-guide-common-terms__cta-wrapper {
        padding: 20px;
    }
}