/* style/resources.css */
.page-resources {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light gray for main text */
    background-color: #0A2342; /* Main dark blue background */
    line-height: 1.6;
}

.page-resources__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources__section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.page-resources__hero {
    background: linear-gradient(135deg, #0A2342 0%, #2A476E 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold for hero title */
    position: relative;
    overflow: hidden;
}

.page-resources__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-resources__hero-subtitle {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #C0C0C0; /* Light silver */
}

.page-resources__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-resources__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: -20px auto 60px;
    color: #A0A0A0; /* Gray */
}

.page-resources__content-grid {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.page-resources__content-grid--reverse {
    flex-direction: row-reverse;
}

.page-resources__text-content {
    flex: 1;
}

.page-resources__text-content h3 {
    font-size: 1.8em;
    color: #FFD700; /* Gold */
    margin-bottom: 20px;
}

.page-resources__text-content p {
    font-size: 1.05em;
    margin-bottom: 15px;
    color: #E0E0E0;
}

.page-resources__image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-resources__img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.page-resources__img:hover {
    transform: translateY(-5px);
}

.page-resources__btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
}

.page-resources__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #0A2342; /* Dark blue */
    border: 2px solid #FFD700;
    margin-top: 20px;
}

.page-resources__btn--primary:hover {
    background-color: #E6C200; /* Darker gold */
    border-color: #E6C200;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(255, 215, 0, 0.3);
}

.page-resources__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
    margin-top: 20px;
}

.page-resources__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2342; /* Dark blue */
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(255, 215, 0, 0.3);
}

.page-resources__btn--small {
    padding: 10px 20px;
    font-size: 0.95em;
    border-radius: 30px;
    background-color: #FFD700;
    color: #0A2342;
    border: 2px solid #FFD700;
}

.page-resources__btn--small:hover {
    background-color: #E6C200;
    border-color: #E6C200;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 215, 0, 0.2);
}

.page-resources__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources__promo-item {
    background-color: #1A3A5F; /* Slightly lighter dark blue */
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources__promo-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-resources__promo-img {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources__promo-title {
    font-size: 1.6em;
    color: #FFD700; /* Gold */
    margin-bottom: 15px;
}

.page-resources__promo-text {
    font-size: 1em;
    color: #C0C0C0;
    margin-bottom: 25px;
}

.page-resources__app-download {
    background-color: #0A2342;
    padding: 80px 0;
}

.page-resources__btn--download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.page-resources__icon--download {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%230A2342"><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.page-resources__small-text {
    text-align: center;
    font-size: 0.9em;
    color: #808080;
    margin-top: 20px;
}

.page-resources__detail-pages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources__detail-card {
    background-color: #1A3A5F; /* Slightly lighter dark blue */
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources__detail-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-resources__card-title {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-resources__card-title a {
    color: #FFD700; /* Gold */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources__card-title a:hover {
    color: #E6C200; /* Darker gold */
    text-decoration: underline;
}

.page-resources__card-description {
    font-size: 1em;
    color: #C0C0C0;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-resources__cta-banner {
    background: linear-gradient(90deg, #FFD700 0%, #E6C200 100%); /* Gold gradient */
    padding: 80px 0;
    text-align: center;
    color: #0A2342; /* Dark blue text */
}

.page-resources__cta-title {
    font-size: 2.8em;
    color: #0A2342; /* Dark blue */
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources__cta-description {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto 40px;
    color: #333;
}

.page-resources__cta-buttons .page-resources__btn {
    margin: 0 15px;
}

.page-resources__btn--outline {
    background-color: transparent;
    color: #0A2342; /* Dark blue */
    border: 2px solid #0A2342;
}

.page-resources__btn--outline:hover {
    background-color: #0A2342;
    color: #FFD700; /* Gold */
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources__hero-title {
        font-size: 2.5em;
    }
    .page-resources__section-title {
        font-size: 2em;
    }
    .page-resources__content-grid {
        flex-direction: column;
    }
    .page-resources__content-grid--reverse {
        flex-direction: column;
    }
    .page-resources__cta-title {
        font-size: 2.2em;
    }
    .page-resources__cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .page-resources__cta-buttons .page-resources__btn {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .page-resources__hero {
        padding: 80px 0;
    }
    .page-resources__hero-title {
        font-size: 2em;
    }
    .page-resources__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources__section {
        padding: 40px 0;
    }
    .page-resources__section-title {
        font-size: 1.8em;
    }
    .page-resources__text-content h3 {
        font-size: 1.5em;
    }
    .page-resources__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources__promo-grid, .page-resources__detail-pages-grid {
        grid-template-columns: 1fr;
    }
    .page-resources__cta-title {
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {
    .page-resources__hero-title {
        font-size: 1.8em;
    }
    .page-resources__hero-subtitle {
        font-size: 1em;
    }
    .page-resources__section-title {
        font-size: 1.5em;
    }
    .page-resources__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-resources__text-content p {
        font-size: 0.95em;
    }
}