/* style/resources-taya777-bet-platform-features.css */

.page-resources-taya777-bet-platform-features {
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
    background-color: var(--secondary-color); /* Assuming shared.css sets --secondary-color to a dark background */
    color: #f0f0f0; /* Light text for dark body background */
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.page-resources-taya777-bet-platform-features__hero-section {
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    text-align: center;
    color: #FFFFFF; /* Hero text always white for contrast against background image */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.page-resources-taya777-bet-platform-features__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.page-resources-taya777-bet-platform-features__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-resources-taya777-bet-platform-features__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
    padding: 30px;
    border-radius: 10px;
}

.page-resources-taya777-bet-platform-features__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FCBC45; /* Login button color for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

.page-resources-taya777-bet-platform-features__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-resources-taya777-bet-platform-features__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-resources-taya777-bet-platform-features__button {
    display: inline-block;
    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-resources-taya777-bet-platform-features__button--register {
    background-color: #FFFFFF; /* Register color */
    color: #000000;
}

.page-resources-taya777-bet-platform-features__button--register:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
}

.page-resources-taya777-bet-platform-features__button--login {
    background-color: #FCBC45; /* Login color */
    color: #000000;
}

.page-resources-taya777-bet-platform-features__button--login:hover {
    background-color: #e0a53a;
    transform: translateY(-2px);
}

.page-resources-taya777-bet-platform-features__content-area {
    max-width: 800px; /* Constrain content width for readability */
    margin: 40px auto;
    padding: 0 20px;
    background-color: #FFFFFF; /* White background for article content */
    color: #333333; /* Dark text for white background */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}

.page-resources-taya777-bet-platform-features__article-header {
    text-align: center;
    padding: 40px 0 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.page-resources-taya777-bet-platform-features__article-title {
    font-size: 2.5em;
    color: #000000;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-taya777-bet-platform-features__article-meta {
    font-size: 0.9em;
    color: #666666;
}

.page-resources-taya777-bet-platform-features__meta-link {
    color: #FCBC45;
    text-decoration: none;
}

.page-resources-taya777-bet-platform-features__meta-link:hover {
    text-decoration: underline;
}

.page-resources-taya777-bet-platform-features__article-body p {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

.page-resources-taya777-bet-platform-features__sub-title {
    font-size: 1.8em;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    border-left: 5px solid #FCBC45;
    padding-left: 15px;
}

.page-resources-taya777-bet-platform-features__article-image {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-resources-taya777-bet-platform-features__feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-resources-taya777-bet-platform-features__list-item {
    background-color: #f9f9f9;
    border-left: 4px solid #FCBC45;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1.05em;
    color: #333333;
}

.page-resources-taya777-bet-platform-features__list-item strong {
    color: #000000;
}

.page-resources-taya777-bet-platform-features__call-to-action {
    background-color: #FCBC45;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 40px 0;
    color: #000000;
}

.page-resources-taya777-bet-platform-features__call-to-action-text {
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-taya777-bet-platform-features__button--download {
    background-color: #000000;
    color: #FFFFFF;
}

.page-resources-taya777-bet-platform-features__button--download:hover {
    background-color: #333333;
    transform: translateY(-2px);
}

.page-resources-taya777-bet-platform-features__return-link-container {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.page-resources-taya777-bet-platform-features__return-link {
    color: #FCBC45;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

.page-resources-taya777-bet-platform-features__return-link:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-taya777-bet-platform-features__hero-title {
        font-size: 2.8em;
    }
    .page-resources-taya777-bet-platform-features__hero-description {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .page-resources-taya777-bet-platform-features {
        padding-top: var(--header-offset, 80px); /* Adjust for smaller header on mobile */
    }
    .page-resources-taya777-bet-platform-features__hero-section {
        padding: 60px 15px;
        min-height: 400px;
    }
    .page-resources-taya777-bet-platform-features__hero-content {
        padding: 20px;
    }
    .page-resources-taya777-bet-platform-features__hero-title {
        font-size: 2.2em;
    }
    .page-resources-taya777-bet-platform-features__hero-description {
        font-size: 1em;
    }
    .page-resources-taya777-bet-platform-features__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-taya777-bet-platform-features__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .page-resources-taya777-bet-platform-features__content-area {
        margin: 20px auto;
        padding: 0 15px;
    }
    .page-resources-taya777-bet-platform-features__article-title {
        font-size: 2em;
    }
    .page-resources-taya777-bet-platform-features__sub-title {
        font-size: 1.5em;
    }
    /* Mobile overflow prevention for images */
    .page-resources-taya777-bet-platform-features__article-image {
        max-width: 100%;
        height: auto;
    }
    .page-resources-taya777-bet-platform-features__call-to-action-text {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-resources-taya777-bet-platform-features__hero-title {
        font-size: 1.8em;
    }
    .page-resources-taya777-bet-platform-features__article-title {
        font-size: 1.8em;
    }
    .page-resources-taya777-bet-platform-features__sub-title {
        font-size: 1.3em;
    }
    .page-resources-taya777-bet-platform-features__article-body p,
    .page-resources-taya777-bet-platform-features__list-item {
        font-size: 0.95em;
    }
}