/* style/promotions-13win1-daily-deals.css */

.page-promotions-13win1-daily-deals {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-promotions-13win1-daily-deals__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-13win1-daily-deals__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-13win1-daily-deals__hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 193, 7, 0.2) 0%, rgba(255, 193, 7, 0) 70%);
    animation: page-promotions-13win1-daily-deals__pulse 15s infinite ease-in-out;
}

@keyframes page-promotions-13win1-daily-deals__pulse {
    0% { transform: scale(0.8); opacity: 0.7; }
    50% { transform: scale(1.2); opacity: 0.3; }
    100% { transform: scale(0.8); opacity: 0.7; }
}

.page-promotions-13win1-daily-deals__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.page-promotions-13win1-daily-deals__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-promotions-13win1-daily-deals__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-promotions-13win1-daily-deals__btn {
    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;
    white-space: nowrap;
}

.page-promotions-13win1-daily-deals__btn--primary {
    background-color: #ffc107;
    color: #000000;
    border: 2px solid #ffc107;
}

.page-promotions-13win1-daily-deals__btn--primary:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
}

.page-promotions-13win1-daily-deals__btn--secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-promotions-13win1-daily-deals__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.page-promotions-13win1-daily-deals__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 5px;
    margin-top: 15px;
}

.page-promotions-13win1-daily-deals__content-section {
    padding: 60px 0;
    text-align: center;
}

.page-promotions-13win1-daily-deals__section--why-deals {
    background-color: #f8f9fa;
}

.page-promotions-13win1-daily-deals__section-title {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #0056b3;
    font-weight: bold;
}

.page-promotions-13win1-daily-deals__section-description {
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 50px auto;
    color: #555;
}

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

.page-promotions-13win1-daily-deals__grid-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-13win1-daily-deals__grid-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-13win1-daily-deals__grid-item h3 {
    font-size: 1.5em;
    color: #007bff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-promotions-13win1-daily-deals__grid-item p {
    color: #666;
}

.page-promotions-13win1-daily-deals__icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}

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

.page-promotions-13win1-daily-deals__deal-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-13win1-daily-deals__deal-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-13win1-daily-deals__deal-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.page-promotions-13win1-daily-deals__deal-card h3 {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 10px;
    padding: 0 20px;
}

.page-promotions-13win1-daily-deals__deal-card p {
    color: #666;
    padding: 0 20px;
    margin-bottom: 20px;
}

.page-promotions-13win1-daily-deals__section--how-to-claim {
    background-color: #f0f8ff;
}

.page-promotions-13win1-daily-deals__steps-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 50px auto 0 auto;
    text-align: left;
}

.page-promotions-13win1-daily-deals__steps-list li {
    background-color: #ffffff;
    margin-bottom: 25px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    counter-increment: step-counter;
    padding-left: 80px;
}

.page-promotions-13win1-daily-deals__steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 25px;
    top: 30px;
    background-color: #007bff;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
}

.page-promotions-13win1-daily-deals__steps-list h3 {
    color: #007bff;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-promotions-13win1-daily-deals__steps-list p {
    color: #555;
}

.page-promotions-13win1-daily-deals__steps-list a {
    color: #ffc107;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-13win1-daily-deals__steps-list a:hover {
    text-decoration: underline;
}

.page-promotions-13win1-daily-deals__step-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-promotions-13win1-daily-deals__cta-text {
    font-size: 1.2em;
    margin-top: 40px;
    color: #333;
    font-weight: bold;
}

.page-promotions-13win1-daily-deals__section--benefits {
    background-color: #ffffff;
}

.page-promotions-13win1-daily-deals__benefits-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 50px auto;
    text-align: left;
}

.page-promotions-13win1-daily-deals__benefits-list li {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    padding: 15px 20px;
    border-left: 5px solid #ffc107;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-promotions-13win1-daily-deals__list-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.1));
}

.page-promotions-13win1-daily-deals__section--safety {
    background-color: #007bff;
    color: #ffffff;
}

.page-promotions-13win1-daily-deals__section--safety .page-promotions-13win1-daily-deals__section-title {
    color: #ffffff;
}

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

.page-promotions-13win1-daily-deals__safety-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-13win1-daily-deals__safety-item h3 {
    font-size: 1.5em;
    color: #ffc107;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-promotions-13win1-daily-deals__safety-item p {
    color: #e0e0e0;
}

.page-promotions-13win1-daily-deals__section--safety .page-promotions-13win1-daily-deals__icon {
    filter: brightness(0) invert(1) drop-shadow(0 2px 5px rgba(0,0,0,0.3));
}

.page-promotions-13win1-daily-deals__safety-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-top: 60px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-13win1-daily-deals__section--faq {
    background-color: #f8f9fa;
}

.page-promotions-13win1-daily-deals__faq-item {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-13win1-daily-deals__faq-item h3 {
    font-size: 1.3em;
    color: #007bff;
    margin-bottom: 10px;
}

.page-promotions-13win1-daily-deals__faq-item p {
    color: #555;
}

.page-promotions-13win1-daily-deals__cta-final {
    background: linear-gradient(45deg, #0056b3, #007bff);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-13win1-daily-deals__cta-final::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -20%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(255, 193, 7, 0.3) 0%, rgba(255, 193, 7, 0) 70%);
    animation: page-promotions-13win1-daily-deals__rotate 20s infinite linear;
}

@keyframes page-promotions-13win1-daily-deals__rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.page-promotions-13win1-daily-deals__cta-image {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
}

.page-promotions-13win1-daily-deals__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffc107;
    position: relative;
    z-index: 1;
}

.page-promotions-13win1-daily-deals__cta-description {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
    position: relative;
    z-index: 1;
}

.page-promotions-13win1-daily-deals__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-promotions-13win1-daily-deals .highlight {
    color: #ffc107;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-promotions-13win1-daily-deals__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-13win1-daily-deals__hero-subtitle {
        font-size: 1.1em;
    }

    .page-promotions-13win1-daily-deals__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-promotions-13win1-daily-deals__btn {
        width: 80%;
        max-width: 300px;
    }

    .page-promotions-13win1-daily-deals__section-title {
        font-size: 2em;
    }

    .page-promotions-13win1-daily-deals__grid,
    .page-promotions-13win1-daily-deals__deal-cards-grid,
    .page-promotions-13win1-daily-deals__safety-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-13win1-daily-deals__steps-list li {
        padding-left: 60px;
    }

    .page-promotions-13win1-daily-deals__steps-list li::before {
        left: 15px;
        width: 35px;
        height: 35px;
        font-size: 1.3em;
    }

    .page-promotions-13win1-daily-deals__cta-title {
        font-size: 2em;
    }

    .page-promotions-13win1-daily-deals__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-promotions-13win1-daily-deals__hero-title {
        font-size: 2em;
    }

    .page-promotions-13win1-daily-deals__hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-13win1-daily-deals__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-promotions-13win1-daily-deals__section-title {
        font-size: 1.8em;
    }

    .page-promotions-13win1-daily-deals__cta-title {
        font-size: 1.8em;
    }

    .page-promotions-13win1-daily-deals__cta-description {
        font-size: 1em;
    }
}