/* style/promotions-daily-checkin.css */
.page-promotions-daily-checkin {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-promotions-daily-checkin__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-promotions-daily-checkin__hero-section {
    position: relative;
    background: linear-gradient(135deg, #0056B3 0%, #003d80 100%); /* Darker blue gradient */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-promotions-daily-checkin__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}

.page-promotions-daily-checkin__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(50%) blur(3px);
}

.page-promotions-daily-checkin__hero-section > .page-promotions-daily-checkin__container {
    position: relative;
    z-index: 1;
}

.page-promotions-daily-checkin__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-daily-checkin__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-daily-checkin__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #003366; /* Dark blue text for contrast */
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px;
    border: 2px solid transparent;
}

.page-promotions-daily-checkin__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-promotions-daily-checkin__cta-button--secondary {
    background-color: transparent;
    border: 2px solid #FFD700; /* Gold border */
    color: #FFD700;
}

.page-promotions-daily-checkin__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #003366;
}

.page-promotions-daily-checkin__cta-button--gold {
    background-color: #FFD700;
    color: #003366;
    border-color: #FFD700;
}

.page-promotions-daily-checkin__cta-button--gold:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-promotions-daily-checkin__cta-button--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-promotions-daily-checkin__section {
    padding: 60px 0;
    text-align: center;
}

.page-promotions-daily-checkin__section:nth-of-type(even) {
    background-color: #f0f4f7; /* Light blue-grey background */
}

.page-promotions-daily-checkin__section-title {
    font-size: 2.5em;
    color: #0056B3; /* Main brand color */
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-promotions-daily-checkin__section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #444444;
}

.page-promotions-daily-checkin__introduction .page-promotions-daily-checkin__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-daily-checkin__image-with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.page-promotions-daily-checkin__image-with-text img {
    max-width: 80%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-promotions-daily-checkin__how-to ol {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-promotions-daily-checkin__how-to li {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease;
}

.page-promotions-daily-checkin__how-to li:hover {
    transform: translateY(-5px);
}

.page-promotions-daily-checkin__how-to h3 {
    font-size: 1.8em;
    color: #0056B3;
    margin-bottom: 15px;
}

.page-promotions-daily-checkin__how-to p {
    font-size: 1.05em;
    color: #555555;
    max-width: none;
}

.page-promotions-daily-checkin__how-to a {
    color: #0056B3;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-daily-checkin__how-to a:hover {
    text-decoration: underline;
}

.page-promotions-daily-checkin__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

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

.page-promotions-daily-checkin__reward-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-daily-checkin__reward-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-daily-checkin__reward-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-promotions-daily-checkin__reward-item h3 {
    font-size: 1.6em;
    color: #0056B3;
    margin-bottom: 15px;
}

.page-promotions-daily-checkin__reward-item p {
    font-size: 1em;
    color: #555555;
    max-width: none;
}

.page-promotions-daily-checkin__benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    text-align: left;
}

.page-promotions-daily-checkin__benefits-list li {
    background-color: #ffffff;
    border-left: 5px solid #FFD700; /* Gold accent */
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-daily-checkin__benefits-list h4 {
    font-size: 1.5em;
    color: #0056B3;
    margin-bottom: 10px;
}

.page-promotions-daily-checkin__benefits-list p {
    font-size: 1em;
    color: #555555;
    max-width: none;
}

.page-promotions-daily-checkin__terms-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 30px;
}

.page-promotions-daily-checkin__terms-list li {
    background-color: #fff;
    border-left: 4px solid #0056B3;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-size: 1em;
    color: #444444;
}

.page-promotions-daily-checkin__terms-list li strong {
    color: #003366;
}

.page-promotions-daily-checkin__tips-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-promotions-daily-checkin__tips-list li {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-promotions-daily-checkin__tip-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

.page-promotions-daily-checkin__tips-list h4 {
    font-size: 1.6em;
    color: #0056B3;
    margin-bottom: 10px;
}

.page-promotions-daily-checkin__tips-list p {
    font-size: 1em;
    color: #555555;
    max-width: none;
}

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

.page-promotions-daily-checkin__feature-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-promotions-daily-checkin__feature-item:hover {
    transform: translateY(-5px);
}

.page-promotions-daily-checkin__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

.page-promotions-daily-checkin__feature-item h3 {
    font-size: 1.6em;
    color: #0056B3;
    margin-bottom: 15px;
}

.page-promotions-daily-checkin__feature-item p {
    font-size: 1em;
    color: #555555;
    max-width: none;
}

.page-promotions-daily-checkin__faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.page-promotions-daily-checkin__faq-item h3 {
    font-size: 1.4em;
    color: #0056B3;
    margin-bottom: 10px;
    cursor: pointer;
}

.page-promotions-daily-checkin__faq-item p {
    font-size: 1em;
    color: #555555;
    max-width: none;
    padding-left: 10px;
    border-left: 3px solid #FFD700;
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-daily-checkin__hero-title {
        font-size: 3em;
    }
    .page-promotions-daily-checkin__hero-subtitle {
        font-size: 1.2em;
    }
    .page-promotions-daily-checkin__section-title {
        font-size: 2em;
    }
    .page-promotions-daily-checkin__rewards-grid,
    .page-promotions-daily-checkin__tips-list,
    .page-promotions-daily-checkin__feature-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .page-promotions-daily-checkin__image-with-text img {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .page-promotions-daily-checkin__hero-section {
        padding: 80px 0;
        min-height: 400px;
    }
    .page-promotions-daily-checkin__hero-title {
        font-size: 2.5em;
    }
    .page-promotions-daily-checkin__hero-subtitle {
        font-size: 1.1em;
    }
    .page-promotions-daily-checkin__cta-button {
        padding: 12px 25px;
        font-size: 1em;
        margin: 8px;
    }
    .page-promotions-daily-checkin__section {
        padding: 40px 0;
    }
    .page-promotions-daily-checkin__section-title {
        font-size: 1.8em;
    }
    .page-promotions-daily-checkin__how-to li,
    .page-promotions-daily-checkin__reward-item,
    .page-promotions-daily-checkin__tips-list li,
    .page-promotions-daily-checkin__feature-item,
    .page-promotions-daily-checkin__faq-item {
        padding: 20px;
    }
    .page-promotions-daily-checkin__how-to h3,
    .page-promotions-daily-checkin__reward-item h3,
    .page-promotions-daily-checkin__tips-list h4,
    .page-promotions-daily-checkin__feature-item h3,
    .page-promotions-daily-checkin__faq-item h3 {
        font-size: 1.4em;
    }
    .page-promotions-daily-checkin__image-with-text {
        flex-direction: column;
    }
    .page-promotions-daily-checkin__image-with-text img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .page-promotions-daily-checkin__hero-title {
        font-size: 2em;
    }
    .page-promotions-daily-checkin__hero-subtitle {
        font-size: 1em;
    }
    .page-promotions-daily-checkin__cta-button {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }
    .page-promotions-daily-checkin__section-title {
        font-size: 1.5em;
    }
    .page-promotions-daily-checkin__rewards-grid,
    .page-promotions-daily-checkin__tips-list,
    .page-promotions-daily-checkin__feature-grid {
        grid-template-columns: 1fr;
    }
}