/* style/bn-c.css */
.page-bn-c {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    background-color: #0A2342;
}

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

.page-bn-c-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    text-align: center;
    border: none;
}

.page-bn-c-btn-primary {
    background-color: #FFD700;
    color: #0A2342;
}

.page-bn-c-btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-bn-c-btn-secondary {
    background-color: #0A2342;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-bn-c-btn-secondary:hover {
    background-color: #1a3a63;
    transform: translateY(-2px);
}

.page-bn-c-btn-block {
    display: block;
    width: fit-content;
    margin: 20px auto;
}

.page-bn-c-btn-large {
    padding: 15px 35px;
    font-size: 1.25em;
}

.page-bn-c-hero-section {
    background: linear-gradient(135deg, #0A2342, #1a3a63);
    padding: 80px 0;
    text-align: center;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.page-bn-c-hero-section .page-bn-c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.page-bn-c-hero-content {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.page-bn-c-hero-content h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700;
}

.page-bn-c-hero-content p {
    font-size: 1.15em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #cccccc;
}

.page-bn-c-hero-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.page-bn-c-hero-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-bn-c-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-bn-c-about-section, .page-bn-c-features-section, .page-bn-c-guide-section, .page-bn-c-promo-section, .page-bn-c-security-section, .page-bn-c-faq-section, .page-bn-c-cta-section {
    padding: 60px 0;
    text-align: center;
}

.page-bn-c-about-section h2, .page-bn-c-features-section h2, .page-bn-c-guide-section h2, .page-bn-c-promo-section h2, .page-bn-c-security-section h2, .page-bn-c-faq-section h2, .page-bn-c-cta-section h2 {
    font-size: 2.5em;
    color: #FFD700;
    margin-bottom: 30px;
}

.page-bn-c-about-section p, .page-bn-c-security-section p {
    font-size: 1.1em;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 20px auto;
    color: #cccccc;
}

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

.page-bn-c-feature-item {
    background-color: #1a3a63;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-bn-c-feature-item:hover {
    transform: translateY(-10px);
}

.page-bn-c-feature-item img {
    max-width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.page-bn-c-feature-item h3 {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-bn-c-feature-item p {
    font-size: 1em;
    line-height: 1.6;
    color: #cccccc;
}

.page-bn-c-guide-section ol, .page-bn-c-guide-section ul {
    text-align: left;
    max-width: 800px;
    margin: 30px auto;
    list-style-position: inside;
    color: #cccccc;
}

.page-bn-c-guide-section h3 {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-bn-c-guide-section li {
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 1.6;
}

.page-bn-c-guide-section strong {
    color: #FFD700;
}

.page-bn-c-guide-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

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

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

.page-bn-c-promo-item h3 {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-bn-c-promo-item p {
    font-size: 1em;
    line-height: 1.6;
    color: #cccccc;
}

.page-bn-c-promo-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-bn-c-security-section ul {
    text-align: left;
    max-width: 900px;
    margin: 30px auto;
    list-style: none;
    padding: 0;
}

.page-bn-c-security-section li {
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
    color: #cccccc;
}

.page-bn-c-security-section li::before {
    content: '✔';
    color: #FFD700;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-bn-c-faq-item {
    background-color: #1a3a63;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-bn-c-faq-item h3 {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-bn-c-faq-item p {
    font-size: 1em;
    line-height: 1.6;
    color: #cccccc;
}

.page-bn-c-cta-section {
    background: linear-gradient(90deg, #0A2342, #FFD700);
    padding: 80px 0;
    color: #0A2342;
}

.page-bn-c-cta-section h2 {
    color: #0A2342;
    margin-bottom: 20px;
}

.page-bn-c-cta-section p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-bn-c-hero-section .page-bn-c-container {
        flex-direction: column;
        text-align: center;
    }

    .page-bn-c-hero-content {
        text-align: center;
    }

    .page-bn-c-hero-actions {
        justify-content: center;
    }

    .page-bn-c-hero-content h1 {
        font-size: 2.5em;
    }

    .page-bn-c-about-section h2, .page-bn-c-features-section h2, .page-bn-c-guide-section h2, .page-bn-c-promo-section h2, .page-bn-c-security-section h2, .page-bn-c-faq-section h2, .page-bn-c-cta-section h2 {
        font-size: 2em;
    }

    .page-bn-c-guide-actions {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .page-bn-c-btn-secondary {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .page-bn-c-hero-section {
        padding: 60px 0;
    }

    .page-bn-c-hero-content h1 {
        font-size: 2em;
    }

    .page-bn-c-hero-content p {
        font-size: 1em;
    }

    .page-bn-c-btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-bn-c-btn-large {
        padding: 12px 25px;
        font-size: 1.1em;
    }

    .page-bn-c-about-section, .page-bn-c-features-section, .page-bn-c-guide-section, .page-bn-c-promo-section, .page-bn-c-security-section, .page-bn-c-faq-section, .page-bn-c-cta-section {
        padding: 40px 0;
    }

    .page-bn-c-about-section h2, .page-bn-c-features-section h2, .page-bn-c-guide-section h2, .page-bn-c-promo-section h2, .page-bn-c-security-section h2, .page-bn-c-faq-section h2, .page-bn-c-cta-section h2 {
        font-size: 1.8em;
    }

    .page-bn-c-feature-item, .page-bn-c-promo-item, .page-bn-c-faq-item {
        padding: 20px;
    }

    .page-bn-c-feature-item h3, .page-bn-c-promo-item h3, .page-bn-c-faq-item h3 {
        font-size: 1.4em;
    }
}