/* style/resources-au88bet-introduction.css */

.page-resources-au88bet-introduction {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

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

.page-resources-au88bet-introduction__container--center {
    text-align: center;
}

.page-resources-au88bet-introduction__hero {
    background: linear-gradient(135deg, #0A2E36, #1a4f5c);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.page-resources-au88bet-introduction__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,dark_pattern,au88bet]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-resources-au88bet-introduction__hero > * {
    position: relative;
    z-index: 1;
}

.page-resources-au88bet-introduction__title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #E0B400;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-au88bet-introduction__subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    opacity: 0.9;
}

.page-resources-au88bet-introduction__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px;
    white-space: nowrap;
}

.page-resources-au88bet-introduction__button--primary {
    background-color: #E0B400;
    color: #0A2E36;
    border: 2px solid #E0B400;
}

.page-resources-au88bet-introduction__button--primary:hover {
    background-color: #ffc800;
    transform: translateY(-3px);
}

.page-resources-au88bet-introduction__button--secondary {
    background-color: transparent;
    color: #E0B400;
    border: 2px solid #E0B400;
}

.page-resources-au88bet-introduction__button--secondary:hover {
    background-color: #E0B400;
    color: #0A2E36;
    transform: translateY(-3px);
}

.page-resources-au88bet-introduction__button--accent {
    background-color: #E0B400;
    color: #0A2E36;
    border: 2px solid #E0B400;
}

.page-resources-au88bet-introduction__button--accent:hover {
    background-color: #ffc800;
    transform: translateY(-3px);
}

.page-resources-au88bet-introduction__button--large {
    padding: 18px 35px;
    font-size: 1.1em;
}

.page-resources-au88bet-introduction__section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-resources-au88bet-introduction__section:last-of-type {
    border-bottom: none;
}

.page-resources-au88bet-introduction__section--dark {
    background-color: #0A2E36;
    color: #ffffff;
}

.page-resources-au88bet-introduction__section--cta {
    background: linear-gradient(135deg, #0A2E36, #1a4f5c);
    color: #ffffff;
    text-align: center;
    padding: 80px 20px;
}

.page-resources-au88bet-introduction__heading {
    font-size: 2.5em;
    color: #0A2E36;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-resources-au88bet-introduction__heading--light {
    color: #E0B400;
}

.page-resources-au88bet-introduction__heading--light::after {
    background-color: #ffffff;
}

.page-resources-au88bet-introduction__description--light {
    color: #f0f0f0;
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.1em;
}

.page-resources-au88bet-introduction__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.page-resources-au88bet-introduction__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-resources-au88bet-introduction__text-content {
    flex: 1;
    min-width: 300px;
}

.page-resources-au88bet-introduction__image-box {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-resources-au88bet-introduction__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-au88bet-introduction__grid,
.page-resources-au88bet-introduction__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-au88bet-introduction__grid-item,
.page-resources-au88bet-introduction__promo-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-au88bet-introduction__grid-item:hover,
.page-resources-au88bet-introduction__promo-item:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-au88bet-introduction__grid-image,
.page-resources-au88bet-introduction__promo-image {
    max-width: 100%;
    height: 180px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-resources-au88bet-introduction__grid-title,
.page-resources-au88bet-introduction__promo-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #E0B400;
}

.page-resources-au88bet-introduction__grid-title--light,
.page-resources-au88bet-introduction__promo-title--light {
    color: #E0B400;
}

.page-resources-au88bet-introduction__grid-description,
.page-resources-au88bet-introduction__promo-description {
    font-size: 0.95em;
    color: #ccc;
}

.page-resources-au88bet-introduction__grid-description--light,
.page-resources-au88bet-introduction__promo-description--light {
    color: #f0f0f0;
}

.page-resources-au88bet-introduction__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-resources-au88bet-introduction__list li {
    margin-bottom: 10px;
}

.page-resources-au88bet-introduction__list-item--light {
    color: #f0f0f0;
}

.page-resources-au88bet-introduction__features-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.page-resources-au88bet-introduction__features-list li {
    background-color: #ffffff;
    padding: 20px;
    border-left: 5px solid #E0B400;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    color: #0A2E36;
    transition: transform 0.3s ease;
}

.page-resources-au88bet-introduction__features-list li:hover {
    transform: translateX(10px);
}

.page-resources-au88bet-introduction__cta-bar {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.page-resources-au88bet-introduction__cta-text {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-au88bet-introduction__cta-text--light {
    color: #E0B400;
}

@media (max-width: 768px) {
    .page-resources-au88bet-introduction__title {
        font-size: 2.2em;
    }

    .page-resources-au88bet-introduction__heading {
        font-size: 2em;
    }

    .page-resources-au88bet-introduction__hero {
        padding: 60px 20px;
    }
}