.page-about {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: transparent;
}

.page-about__hero-section {
    padding-top: var(--header-offset, 120px);
    position: relative;
    background-color: #017439;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 600px;
    padding-bottom: 60px;
    overflow: hidden;
}

.page-about__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-about__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-about__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-about__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #f0f0f0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-about__btn-primary,
.page-about__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-about__btn-primary {
    background-color: #C30808;
    color: #FFFF00;
    border: 2px solid #C30808;
    margin-right: 15px;
}

.page-about__btn-primary:hover {
    background-color: #e02a2a;
    border-color: #e02a2a;
}

.page-about__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-about__btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.page-about__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-about__section-title {
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    color: #ffffff;
}

.page-about__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    color: #f0f0f0;
}

.page-about__mission-vision-section {
    padding: 80px 0;
    background-color: #0a0a0a;
    color: #ffffff;
}

.page-about__dark-bg {
    background-color: #0a0a0a;
    color: #ffffff;
}

.page-about__grid-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.page-about__card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.page-about__card-title {
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #017439;
}

.page-about__card p {
    font-size: 1.05em;
    margin-bottom: 20px;
}

.page-about__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    display: block;
}

.page-about__why-choose-us-section {
    padding: 80px 0;
    background-color: #1a1a1a;
    color: #ffffff;
}

.page-about__grid-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-about__feature-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.page-about__feature-title {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: #017439;
}

.page-about__feature-card p {
    font-size: 1em;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-about__feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    display: block;
}

.page-about__feature-button {
    margin-top: auto;
}

.page-about__history-section {
    padding: 80px 0;
    background-color: #017439;
    color: #ffffff;
}

.page-about__history-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.page-about__history-content p {
    font-size: 1.1em;
    text-align: justify;
    max-width: 900px;
    margin: 0 auto;
}

.page-about__history-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 30px;
    display: block;
}

.page-about__responsible-gaming-section {
    padding: 80px 0;
    background-color: #0a0a0a;
    color: #ffffff;
    text-align: center;
}

.page-about__responsible-gaming-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 40px auto;
    text-align: left;
}

.page-about__responsible-gaming-list li {
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.1em;
    line-height: 1.8;
    color: #f0f0f0;
}

.page-about__list-strong {
    color: #017439;
}

.page-about__faq-section {
    padding: 80px 0;
    background-color: #1a1a1a;
    color: #ffffff;
}

.page-about__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-about__faq-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-about__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    background-color: #017439;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
}

.page-about__faq-question:hover {
    background-color: #02944d;
}

.page-about__faq-heading {
    margin: 0;
    color: #ffffff;
    font-size: 1.2em;
}

.page-about__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.page-about__faq-item.active .page-about__faq-toggle {
    transform: rotate(45deg);
}

.page-about__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #f0f0f0;
}

.page-about__faq-item.active .page-about__faq-answer {
    max-height: 1000px !important;
    padding: 20px 25px;
}

.page-about__faq-answer p {
    margin: 0;
    font-size: 1em;
    line-height: 1.6;
}

.page-about__cta-section {
    padding: 80px 0;
    text-align: center;
    background-color: #017439;
    color: #ffffff;
}

.page-about__cta-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-about__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

.page-about__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .page-about__hero-title {
        font-size: 3em;
    }
    .page-about__section-title {
        font-size: 2.5em;
    }
    .page-about__grid-two-cols {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-about__hero-section {
        min-height: 500px;
        padding-top: var(--header-offset, 120px) !important;
    }
    .page-about__hero-title {
        font-size: 2.5em;
    }
    .page-about__hero-description {
        font-size: 1.1em;
    }
    .page-about__btn-primary,
    .page-about__btn-secondary {
        padding: 12px 25px;
        font-size: 1em;
        margin-right: 0;
        width: 100%;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-about__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-about__section-title {
        font-size: 2em;
    }
    .page-about__section-description {
        font-size: 1em;
        margin-bottom: 40px;
    }
    .page-about__grid-features {
        grid-template-columns: 1fr;
    }
    .page-about__card,
    .page-about__feature-card {
        padding: 25px;
    }
    .page-about__card-title,
    .page-about__feature-title {
        font-size: 1.5em;
    }
    .page-about__responsible-gaming-list {
        margin: 30px auto;
    }
    .page-about__responsible-gaming-list li {
        padding: 15px;
        font-size: 0.95em;
    }
    .page-about__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-about__faq-answer {
        padding: 15px 20px;
    }
    .page-about__faq-item.active .page-about__faq-answer {
        padding: 15px 20px;
    }
    .page-about__cta-title {
        font-size: 2em;
    }
    .page-about__cta-description {
        font-size: 1.1em;
    }

    .page-about img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-about__section,
    .page-about__card,
    .page-about__container,
    .page-about__hero-section,
    .page-about__mission-vision-section,
    .page-about__why-choose-us-section,
    .page-about__history-section,
    .page-about__responsible-gaming-section,
    .page-about__faq-section,
    .page-about__cta-section,
    .page-about__grid-two-cols,
    .page-about__grid-features,
    .page-about__history-content,
    .page-about__responsible-gaming-list,
    .page-about__faq-list,
    .page-about__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-about__container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.page-about img {
    filter: none !important;
}

.page-about__card-image,
.page-about__feature-image,
.page-about__history-image {
    min-width: 200px;
    min-height: 200px;
}