/* style/bn-c.css */
.page-bn-c {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-bn-c__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-bn-c__section {
    padding: 60px 0;
    text-align: center;
}

.page-bn-c__section--dark {
    background-color: #0A2463;
    color: #f8f8f8;
}

.page-bn-c__section-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #0A2463;
    font-weight: bold;
}

.page-bn-c__section--dark .page-bn-c__section-title {
    color: #E0B14A;
}

.page-bn-c__subsection-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #0A2463;
}

.page-bn-c__section--dark .page-bn-c__subsection-title {
    color: #E0B14A;
}

.page-bn-c__section-intro {
    font-size: 1.1em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-bn-c__keyword {
    color: #E0B14A;
    font-weight: bold;
}

.page-bn-c__hero-section {
    background: linear-gradient(135deg, #0A2463 0%, #3a5c9f 100%);
    color: #f8f8f8;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-bn-c__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:hero:fishing_game,ok365_com,ocean,adventure,gold]') no-repeat center center/cover;
    opacity: 0.2;
    z-index: 0;
}

.page-bn-c__hero-section .page-bn-c__container {
    position: relative;
    z-index: 1;
}

.page-bn-c__hero-title {
    font-size: 3.8em;
    margin-bottom: 20px;
    color: #E0B14A;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-bn-c__hero-description {
    font-size: 1.3em;
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.page-bn-c__hero-actions .page-bn-c__btn {
    margin: 0 15px;
}

.page-bn-c__btn {
    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, transform 0.3s ease;
    white-space: nowrap;
}

.page-bn-c__btn--primary {
    background-color: #E0B14A;
    color: #0A2463;
    border: 2px solid #E0B14A;
}

.page-bn-c__btn--primary:hover {
    background-color: #f2c76a;
    transform: translateY(-3px);
}

.page-bn-c__btn--secondary {
    background-color: transparent;
    color: #E0B14A;
    border: 2px solid #E0B14A;
}

.page-bn-c__btn--secondary:hover {
    background-color: #E0B14A;
    color: #0A2463;
    transform: translateY(-3px);
}

.page-bn-c__btn--tertiary {
    background-color: #0A2463;
    color: #E0B14A;
    border: 2px solid #E0B14A;
}

.page-bn-c__btn--tertiary:hover {
    background-color: #1f4eb5;
    transform: translateY(-3px);
}

.page-bn-c__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
    margin-top: 40px;
}

.page-bn-c__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-bn-c__text-content {
    flex: 1;
}

.page-bn-c__image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-bn-c__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-bn-c__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-bn-c__list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-size: 1.05em;
}

.page-bn-c__list li::before {
    content: '✓';
    color: #E0B14A;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-bn-c__link {
    color: #E0B14A;
    text-decoration: underline;
    font-weight: bold;
}

.page-bn-c__link:hover {
    color: #f2c76a;
    text-decoration: none;
}

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

.page-bn-c__step-item {
    background-color: #1f4eb5;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #f8f8f8;
}

.page-bn-c__step-item .page-bn-c__subsection-title {
    color: #E0B14A;
    font-size: 1.5em;
    margin-top: 0;
}

.page-bn-c__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-bn-c__strategy-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-bn-c__strategy-item .page-bn-c__subsection-title {
    color: #0A2463;
    font-size: 1.6em;
    margin-top: 0;
}

.page-bn-c__fish-grid {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    text-align: left;
}

.page-bn-c__fish-item {
    flex: 1;
    background-color: #1f4eb5;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #f8f8f8;
}

.page-bn-c__fish-item .page-bn-c__subsection-title {
    color: #E0B14A;
    font-size: 1.6em;
    margin-top: 0;
}

.page-bn-c__image--inline {
    margin-top: 20px;
    border: 2px solid #E0B14A;
}

.page-bn-c__cta-bottom {
    margin-top: 50px;
}

.page-bn-c__cta-section {
    background: linear-gradient(90deg, #0A2463, #3a5c9f);
    color: #f8f8f8;
    padding: 80px 0;
}

.page-bn-c__cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-bn-c__cta-actions {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-bn-c__faq-list {
    margin-top: 40px;
    text-align: left;
}

.page-bn-c__faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-bn-c__faq-question {
    font-size: 1.4em;
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-bn-c__faq-answer {
    font-size: 1.05em;
    color: #555;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-bn-c__hero-title {
        font-size: 3em;
    }

    .page-bn-c__section-title {
        font-size: 2.2em;
    }

    .page-bn-c__subsection-title {
        font-size: 1.6em;
    }

    .page-bn-c__content-wrapper,
    .page-bn-c__fish-grid {
        flex-direction: column;
    }

    .page-bn-c__content-wrapper--reverse {
        flex-direction: column-reverse;
    }

    .page-bn-c__hero-actions .page-bn-c__btn {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .page-bn-c__hero-title {
        font-size: 2.5em;
    }

    .page-bn-c__section-title {
        font-size: 1.8em;
    }

    .page-bn-c__hero-description {
        font-size: 1.1em;
    }

    .page-bn-c__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-bn-c__section {
        padding: 40px 0;
    }

    .page-bn-c__step-grid,
    .page-bn-c__strategy-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-bn-c__hero-title {
        font-size: 2em;
    }

    .page-bn-c__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-bn-c__btn {
        width: 100%;
    }

    .page-bn-c__cta-actions {
        flex-direction: column;
        gap: 15px;
    }
}