/* style/user-stories-highlight-moment-big-win.css */
.page-user-stories-highlight-moment-big-win {
    font-family: 'Arial', sans-serif;
    color: #E5E5D1; /* Light text on dark background */
    background-color: #1A1A2E;
    line-height: 1.6;
}

.page-user-stories-highlight-moment-big-win__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-user-stories-highlight-moment-big-win__hero {
    background: linear-gradient(135deg, #1A1A2E 0%, #3a3a5f 100%); /* Dark blue-purple to slightly lighter */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-user-stories-highlight-moment-big-win__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-bottom: 40px;
}

.page-user-stories-highlight-moment-big-win__hero-title {
    font-size: 3.5em;
    color: #E0B34E; /* Gold for emphasis */
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-user-stories-highlight-moment-big-win__hero-subtitle {
    font-size: 1.5em;
    color: #E5E5D1;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-user-stories-highlight-moment-big-win__hero-button {
    display: inline-block;
    background-color: #E0B34E; /* Gold button */
    color: #1A1A2E; /* Dark text on gold */
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-user-stories-highlight-moment-big-win__hero-button:hover {
    background-color: #FFD700; /* Brighter gold on hover */
    transform: translateY(-3px);
}

.page-user-stories-highlight-moment-big-win__hero-image-wrapper {
    margin-top: 40px;
    max-width: 90%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-user-stories-highlight-moment-big-win__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-user-stories-highlight-moment-big-win__story-intro,
.page-user-stories-highlight-moment-big-win__story-detail,
.page-user-stories-highlight-moment-big-win__lessons,
.page-user-stories-highlight-moment-big-win__cta-section,
.page-user-stories-highlight-moment-big-win__why-188bet,
.page-user-stories-highlight-moment-big-win__more-stories,
.page-user-stories-highlight-moment-big-win__faq {
    padding: 60px 0;
}

.page-user-stories-highlight-moment-big-win__story-intro {
    background-color: #2c2c4d; /* Slightly lighter dark blue-purple */
}

.page-user-stories-highlight-moment-big-win__section-title {
    font-size: 2.5em;
    color: #E0B34E;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-user-stories-highlight-moment-big-win__section-subtitle {
    font-size: 2em;
    color: #E0B34E;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

.page-user-stories-highlight-moment-big-win__paragraph {
    font-size: 1.1em;
    color: #E5E5D1;
    margin-bottom: 20px;
    text-align: justify;
}

.page-user-stories-highlight-moment-big-win__story-detail {
    background-color: #1A1A2E;
}

.page-user-stories-highlight-moment-big-win__content-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.page-user-stories-highlight-moment-big-win__content-block.reverse {
    flex-direction: row-reverse;
}

.page-user-stories-highlight-moment-big-win__text-content {
    flex: 1;
}

.page-user-stories-highlight-moment-big-win__image-wrapper {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-user-stories-highlight-moment-big-win__story-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-user-stories-highlight-moment-big-win__lessons {
    background-color: #2c2c4d;
}

.page-user-stories-highlight-moment-big-win__list {
    list-style-type: disc;
    margin-left: 20px;
    color: #E5E5D1;
    font-size: 1.1em;
    margin-bottom: 30px;
}

.page-user-stories-highlight-moment-big-win__list li {
    margin-bottom: 10px;
}

.page-user-stories-highlight-moment-big-win__list strong {
    color: #E0B34E;
}

.page-user-stories-highlight-moment-big-win__cta-section {
    background: linear-gradient(90deg, #1A1A2E 0%, #3a3a5f 100%);
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-user-stories-highlight-moment-big-win__cta-title {
    font-size: 2.8em;
    color: #E0B34E;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-user-stories-highlight-moment-big-win__button-group {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-user-stories-highlight-moment-big-win__cta-button {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.15em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-user-stories-highlight-moment-big-win__cta-button--primary {
    background-color: #E0B34E;
    color: #1A1A2E;
}

.page-user-stories-highlight-moment-big-win__cta-button--primary:hover {
    background-color: #FFD700;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-user-stories-highlight-moment-big-win__cta-button--secondary {
    background-color: transparent;
    border: 2px solid #E0B34E;
    color: #E0B34E;
}

.page-user-stories-highlight-moment-big-win__cta-button--secondary:hover {
    background-color: #E0B34E;
    color: #1A1A2E;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-user-stories-highlight-moment-big-win__cta-image-wrapper {
    margin-top: 50px;
    max-width: 90%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-user-stories-highlight-moment-big-win__cta-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-user-stories-highlight-moment-big-win__why-188bet {
    background-color: #1A1A2E;
}

.page-user-stories-highlight-moment-big-win__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-user-stories-highlight-moment-big-win__feature-item {
    background-color: #2c2c4d;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-user-stories-highlight-moment-big-win__feature-item:hover {
    transform: translateY(-5px);
}

.page-user-stories-highlight-moment-big-win__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #E0B34E);
}

.page-user-stories-highlight-moment-big-win__feature-title {
    font-size: 1.5em;
    color: #E0B34E;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-user-stories-highlight-moment-big-win__feature-description {
    font-size: 1em;
    color: #E5E5D1;
}

.page-user-stories-highlight-moment-big-win__more-stories {
    background-color: #2c2c4d;
}

.page-user-stories-highlight-moment-big-win__story-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-user-stories-highlight-moment-big-win__card {
    background-color: #1A1A2E;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-user-stories-highlight-moment-big-win__card:hover {
    transform: translateY(-5px);
}

.page-user-stories-highlight-moment-big-win__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-user-stories-highlight-moment-big-win__card-title {
    font-size: 1.4em;
    color: #E0B34E;
    padding: 20px 20px 10px;
    font-weight: bold;
}

.page-user-stories-highlight-moment-big-win__card-description {
    font-size: 1em;
    color: #E5E5D1;
    padding: 0 20px 20px;
    flex-grow: 1;
}

.page-user-stories-highlight-moment-big-win__card-link {
    display: inline-block;
    color: #E0B34E;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 20px;
    border-top: 1px solid rgba(224, 179, 78, 0.2);
    transition: background-color 0.3s ease;
}

.page-user-stories-highlight-moment-big-win__card-link:hover {
    background-color: rgba(224, 179, 78, 0.1);
}

.page-user-stories-highlight-moment-big-win__faq {
    background-color: #1A1A2E;
}

.page-user-stories-highlight-moment-big-win__accordion {
    margin-top: 40px;
}

.page-user-stories-highlight-moment-big-win__accordion-item {
    background-color: #2c2c4d;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-user-stories-highlight-moment-big-win__accordion-header {
    width: 100%;
    background-color: #3a3a5f; /* Slightly darker than item background */
    color: #E0B34E;
    padding: 20px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-user-stories-highlight-moment-big-win__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-user-stories-highlight-moment-big-win__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-user-stories-highlight-moment-big-win__accordion-header:hover {
    background-color: #4c4c7a;
}

.page-user-stories-highlight-moment-big-win__accordion-content {
    padding: 0 20px;
    background-color: #2c2c4d;
    color: #E5E5D1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-user-stories-highlight-moment-big-win__accordion-content p {
    padding: 15px 0;
    margin: 0;
}

.page-user-stories-highlight-moment-big-win__text-link {
    color: #E0B34E;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-user-stories-highlight-moment-big-win__text-link:hover {
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-user-stories-highlight-moment-big-win__hero-title {
        font-size: 2.8em;
    }
    .page-user-stories-highlight-moment-big-win__hero-subtitle {
        font-size: 1.3em;
    }
    .page-user-stories-highlight-moment-big-win__section-title {
        font-size: 2em;
    }
    .page-user-stories-highlight-moment-big-win__section-subtitle {
        font-size: 1.7em;
    }
    .page-user-stories-highlight-moment-big-win__content-block {
        flex-direction: column;
    }
    .page-user-stories-highlight-moment-big-win__content-block.reverse {
        flex-direction: column;
    }
    .page-user-stories-highlight-moment-big-win__cta-title {
        font-size: 2.2em;
    }
    .page-user-stories-highlight-moment-big-win__features-grid,
    .page-user-stories-highlight-moment-big-win__story-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-user-stories-highlight-moment-big-win__hero {
        padding: 80px 0;
    }
    .page-user-stories-highlight-moment-big-win__hero-title {
        font-size: 2.2em;
    }
    .page-user-stories-highlight-moment-big-win__hero-subtitle {
        font-size: 1.1em;
    }
    .page-user-stories-highlight-moment-big-win__hero-button {
        padding: 12px 25px;
        font-size: 1.1em;
    }
    .page-user-stories-highlight-moment-big-win__story-intro,
    .page-user-stories-highlight-moment-big-win__story-detail,
    .page-user-stories-highlight-moment-big-win__lessons,
    .page-user-stories-highlight-moment-big-win__cta-section,
    .page-user-stories-highlight-moment-big-win__why-188bet,
    .page-user-stories-highlight-moment-big-win__more-stories,
    .page-user-stories-highlight-moment-big-win__faq {
        padding: 40px 0;
    }
    .page-user-stories-highlight-moment-big-win__section-title {
        font-size: 1.8em;
    }
    .page-user-stories-highlight-moment-big-win__section-subtitle {
        font-size: 1.5em;
    }
    .page-user-stories-highlight-moment-big-win__paragraph {
        font-size: 1em;
    }
    .page-user-stories-highlight-moment-big-win__cta-title {
        font-size: 1.8em;
    }
    .page-user-stories-highlight-moment-big-win__button-group {
        flex-direction: column;
    }
    .page-user-stories-highlight-moment-big-win__cta-button {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-user-stories-highlight-moment-big-win__hero-title {
        font-size: 1.8em;
    }
    .page-user-stories-highlight-moment-big-win__hero-subtitle {
        font-size: 0.9em;
    }
    .page-user-stories-highlight-moment-big-win__hero-button {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-user-stories-highlight-moment-big-win__section-title {
        font-size: 1.5em;
    }
    .page-user-stories-highlight-moment-big-win__section-subtitle {
        font-size: 1.3em;
    }
    .page-user-stories-highlight-moment-big-win__cta-title {
        font-size: 1.5em;
    }
    .page-user-stories-highlight-moment-big-win__accordion-header {
        font-size: 1em;
    }
}