/* =========================
   Home – Info Cards Section
========================= */

.page-id-1602 .info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 64px;
}

.page-id-1602 .info-card {
    background-color: #173a6a;
    padding: 40px;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
}

.page-id-1602 .info-cards .info-card:hover {
    transform: scale(1.05);
}

.page-id-1602 .info-card h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 16px;
    color: #00bceb;
}

.page-id-1602 .info-card p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 420px;
    margin-bottom: 28px;
    font-weight: 500;
}

.page-id-1602 .info-btn {
    display: inline-block;
    background-color: #1ed760;
    color: #0a2a4a;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-id-1602 .info-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(30, 215, 96, 0.35);
}

/* Optional button tweak */
.page-id-1602 .btn-enroll {
    line-height: calc(2.5rem - 2px);
    padding: 0 2.375rem;
}

/* Responsive */
@media (max-width: 768px) {
    .page-id-1602 .info-cards {
        grid-template-columns: 1fr;
    }
}

/* =========================
   Blue Header
========================= */

.page-id-1566 main.site-main .blue-header {
    background-color: #173a6a;
    padding: 48px 0;
}

.page-id-1566 .blue-header-title {
    color: #2fd2ff;
    font-size: 36px;
    font-weight: 500;
    margin: 0;
}

/* ===============================
   Shared Inner Width
================================ */

.page-id-1566 .resources-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===============================
   Top Blue Header
================================ */

.page-id-1566 .resources-hero {
    width: 100%;
    background: #173a6a;
    padding: 48px 0;
}

.page-id-1566 .resources-hero h1 {
    color: #1fd3ff;
    font-size: 46px;
    margin: 0;
}

.page-id-1566 .resources-hero h1,
.page-id-1566 .resources-hero h2 {
    margin-bottom: 0;
}

/* ===============================
   Resource Cards
================================ */

.page-id-1566 .resources-wrapper {
    padding: 56px 0;
}

.page-id-1566 .resource-card {
    display: flex;
    gap: 40px;
    background: #ffffff;
    padding: 0;
    margin-bottom: 24px;
    border-radius: 4px;
    box-shadow: -2px 10px 15px 5px rgba(0, 0, 0, 0.12);
}

.page-id-1566 .resource-image {
    width: 260px;
    flex-shrink: 0;
}

.page-id-1566 .resource-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #e5e5e5;
    border-radius: 2px;
}

.page-id-1566 .resource-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 715px;
    padding-right: 20px;
    gap: 8px;
}

.page-id-1566 .resource-content h3 {
    font-size: 24px;
    font-weight: 300;
    color: rgba(7, 7, 8, 0.7);
    margin-bottom: 8px;
}

.page-id-1566 .resource-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

.page-id-1566 .resource-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

.page-id-1566 .resource-cta {
    color: #007fc5;
    font-weight: 300;
    text-decoration: none;
}

.page-id-1566 .resource-cta:hover {
    text-decoration: underline;
}

.page-id-1566 .resource-card.is-disabled {
    opacity: 0.6;
}

.page-id-1566 .resource-cta.disabled {
    color: #999;
    cursor: default;
}

/* ===============================
   Bottom Blue CTA
================================ */

.page-id-1566 .resources-glossary-cta {
    width: 100%;
    background: #173a6a;
    padding: 40px 0;
}

.page-id-1566 .cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-id-1566 .resources-glossary-cta h2 {
    color: #1fd3ff;
    font-size: 26px;
    margin-bottom: 6px;
}

.page-id-1566 .resources-glossary-cta p {
    color: #ffffff;
    margin: 0;
}

.page-id-1566 .cta-button {
    background: #1ed760;
    color: #0a2a4a;
    padding: 12px 30px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
}

/* ===============================
   Responsive
================================ */

@media (max-width: 768px) {

    .page-id-1566 .resource-card {
        flex-direction: column;
    }

    .page-id-1566 .resource-image {
        width: 100%;
    }

    .page-id-1566 .resource-image img {
        height: 180px;
    }

    .page-id-1566 .resource-content {
        width: 100%;
        padding: 20px;
    }

    .page-id-1566 .cta-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

/* ===============================
   Return to Home Link
================================ */

.page-id-1566 .resources-back {
    max-width: 1100px;
    margin: 20px auto 24px;
    padding: 0 24px;
}

.page-id-1566 .back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #6b6b6b;
    text-decoration: none;
}

.page-id-1566 .back-link:hover {
    text-decoration: underline;
}

.page-id-1566 .back-icon {
    width: 12px;
    height: 12px;
    position: relative;
}

.page-id-1566 .back-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-left: 2px solid #6b6b6b;
    border-bottom: 2px solid #6b6b6b;
    transform: translateY(-50%) rotate(45deg);
}

/* ===============================
   Glossary Accordion
================================ */

.page-id-1566 .glossary-wrapper {
    padding: 40px 0 80px;
}

.page-id-1566 .glossary-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-id-1566 .glossary-item {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    margin-bottom: 16px;
    overflow: hidden;
}

.page-id-1566 .glossary-header {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #6b6b6b;
}

.page-id-1566 .glossary-header:hover {
    background: #f7f7f7;
}

.page-id-1566 .glossary-title {
    font-weight: 500;
}

.page-id-1566 .glossary-icon {
    width: 22px;
    height: 22px;
    border: 1.5px solid #6b6b6b;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.page-id-1566 .glossary-icon::before,
.page-id-1566 .glossary-icon::after {
    content: '';
    position: absolute;
    background: #6b6b6b;
}

.page-id-1566 .glossary-icon::before {
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-id-1566 .glossary-icon::after {
    width: 2px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-id-1566 .glossary-content {
    display: none;
    padding: 0 24px 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.page-id-1566 .glossary-item.active .glossary-content {
    display: block;
}

.page-id-1566 .glossary-item.active .glossary-icon::after {
    display: none;
}
.page-id-1576 button.glossary-header {
    outline: none;
}

.page-id-1576 .glossary-icon {
    width: 42px;
    height: 42px;
    border: 1.5px solid #6b6b6b;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.page-id-1576 .glossary-title {
    font-weight: 300;
    font-size: 21px;
}

.page-id-1576 .glossary-content {
    display: none;
    padding: 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}