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

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

.page-bn-c__hero-section {
    background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
    color: #fff;
    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:bg:banca_hero_pattern]') repeat;
    opacity: 0.1;
    z-index: 0;
}

.page-bn-c__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    color: #fff;
}

.page-bn-c__hero-description {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    color: #fff;
}

.page-bn-c__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-bn-c__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-bn-c__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #8B0000; /* Dark Red */
    border: 2px solid #FFD700;
}

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

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

.page-bn-c__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.page-bn-c__section-title {
    font-size: 2.8em;
    color: #8B0000; /* Dark Red */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

.page-bn-c__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold */
    border-radius: 2px;
}

.page-bn-c__section-subtitle {
    font-size: 1.2em;
    text-align: center;
    color: #555;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.page-bn-c__about-banca-section, .page-bn-c__game-features-section, .page-bn-c__popular-games-section, .page-bn-c__tips-section, .page-bn-c__promotions-section, .page-bn-c__download-app-section, .page-bn-c__faq-section, .page-bn-c__contact-section {
    padding: 80px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-bn-c__about-banca-section {
    background-color: #fcfcfc;
}

.page-bn-c__content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.page-bn-c__content-grid--reverse {
    grid-template-columns: 1fr 1fr;
}

.page-bn-c__text-content p {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #444;
}

.page-bn-c__text-content strong {
    color: #8B0000;
}

.page-bn-c__image-wrapper {
    text-align: center;
}

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

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

.page-bn-c__feature-item {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-bn-c__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-bn-c__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.page-bn-c__feature-title {
    font-size: 1.5em;
    color: #8B0000; /* Dark Red */
    margin-bottom: 15px;
}

.page-bn-c__feature-item p {
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}

.page-bn-c__cta-center {
    text-align: center;
    margin-top: 60px;
}

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

.page-bn-c__game-card {
    background-color: #fcfcfc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    text-align: center;
    padding-bottom: 20px;
}

.page-bn-c__game-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-bn-c__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page-bn-c__game-title {
    font-size: 1.4em;
    color: #8B0000; /* Dark Red */
    margin: 20px 15px 10px;
}

.page-bn-c__game-card p {
    font-size: 0.95em;
    color: #555;
    padding: 0 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.page-bn-c__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 30px;
    background-color: #FFD700;
    color: #8B0000;
    border: 2px solid #FFD700;
}

.page-bn-c__btn--small:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

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

.page-bn-c__tip-item {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-bn-c__tip-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-bn-c__tip-title {
    font-size: 1.6em;
    color: #FFD700; /* Gold */
    margin-bottom: 15px;
    border-bottom: 2px solid #8B0000;
    padding-bottom: 10px;
    display: inline-block;
}

.page-bn-c__tip-item p {
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.page-bn-c__tip-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-bn-c__conclusion-text {
    font-size: 1.1em;
    text-align: center;
    color: #333;
    margin-top: 60px;
    line-height: 1.6;
    font-style: italic;
}

.page-bn-c__promo-list {
    list-style: none;
    padding: 0;
    margin: 40px auto 0 auto;
    max-width: 800px;
}

.page-bn-c__promo-list li {
    background-color: #fff8e1;
    border-left: 5px solid #FFD700; /* Gold */
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 1.1em;
    color: #555;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-bn-c__promo-list li strong {
    color: #8B0000; /* Dark Red */
}

.page-bn-c__download-app-section {
    background-color: #e8f0f5;
}

.page-bn-c__app-download-links {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-bn-c__btn--download {
    background-color: #8B0000; /* Dark Red */
    color: #fff;
    border: 2px solid #8B0000;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
}

.page-bn-c__btn--download:hover {
    background-color: #6a0000;
    border-color: #6a0000;
}

.page-bn-c__download-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.page-bn-c__faq-list {
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.page-bn-c__faq-question {
    font-size: 1.3em;
    color: #8B0000; /* Dark Red */
    margin-bottom: 10px;
}

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

.page-bn-c__contact-section {
    background-color: #FFD700;
    color: #8B0000;
    text-align: center;
}

.page-bn-c__contact-section .page-bn-c__section-title {
    color: #8B0000;
}

.page-bn-c__contact-section .page-bn-c__section-title::after {
    background-color: #8B0000;
}

.page-bn-c__contact-section .page-bn-c__section-subtitle {
    color: #6a0000;
}

.page-bn-c__contact-info p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #6a0000;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-bn-c__hero-title {
        font-size: 2.8em;
    }
    .page-bn-c__hero-description {
        font-size: 1.2em;
    }
    .page-bn-c__section-title {
        font-size: 2.2em;
    }
    .page-bn-c__content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .page-bn-c__content-grid--reverse {
        grid-template-areas: "image" "text";
        grid-template-columns: 1fr;
    }
    .page-bn-c__content-grid--reverse .page-bn-c__text-content { grid-area: text; }
    .page-bn-c__content-grid--reverse .page-bn-c__image-wrapper { grid-area: image; }
}

@media (max-width: 768px) {
    .page-bn-c__hero-section {
        padding: 80px 0;
    }
    .page-bn-c__hero-title {
        font-size: 2.2em;
    }
    .page-bn-c__hero-description {
        font-size: 1em;
    }
    .page-bn-c__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-bn-c__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-bn-c__section-title {
        font-size: 1.8em;
    }
    .page-bn-c__section-subtitle {
        font-size: 1em;
    }
    .page-bn-c__features-grid, .page-bn-c__game-cards-grid, .page-bn-c__tips-grid {
        grid-template-columns: 1fr;
    }
    .page-bn-c__about-banca-section, .page-bn-c__game-features-section, .page-bn-c__popular-games-section, .page-bn-c__tips-section, .page-bn-c__promotions-section, .page-bn-c__download-app-section, .page-bn-c__faq-section, .page-bn-c__contact-section {
        padding: 60px 0;
    }
    .page-bn-c__app-download-links {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-bn-c__hero-title {
        font-size: 1.8em;
    }
    .page-bn-c__hero-description {
        font-size: 0.9em;
    }
    .page-bn-c__section-title {
        font-size: 1.5em;
    }
    .page-bn-c__btn {
        width: 100%;
        box-sizing: border-box;
    }
    .page-bn-c__btn--download {
        width: auto;
    }
}