/* style/blog-why-choose-betano-apk.css */
.page-blog-why-choose-betano-apk {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #08160F; /* Background */
    color: #F2FFF6; /* Text Main */
}

.page-blog-why-choose-betano-apk__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-blog-why-choose-betano-apk__section-title {
    font-size: 2.5em;
    color: #F2FFF6; /* Text Main */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-blog-why-choose-betano-apk__text-block {
    font-size: 1.1em;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 20px;
}

.page-blog-why-choose-betano-apk__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-bottom: 40px; /* Space below image */
    padding-top: 10px; /* Small padding top */
}

.page-blog-why-choose-betano-apk__hero-image {
    width: 100%;
    height: auto;
    max-height: 675px; /* Adjust as needed */
    object-fit: cover;
    display: block;
}

.page-blog-why-choose-betano-apk__hero-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin-top: 20px;
    padding: 0 15px;
}

.page-blog-why-choose-betano-apk__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #F2FFF6; /* Text Main */
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-why-choose-betano-apk__hero-description {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
}

.page-blog-why-choose-betano-apk__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-blog-why-choose-betano-apk__btn-primary,
.page-blog-why-choose-betano-apk__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    min-width: 200px; /* Ensure buttons are not too small */
}

.page-blog-why-choose-betano-apk__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
    color: #ffffff; /* White text for contrast */
    border: none;
}

.page-blog-why-choose-betano-apk__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(42, 209, 111, 0.4);
}

.page-blog-why-choose-betano-apk__btn-secondary {
    background-color: transparent;
    color: #2AD16F; /* Green for secondary text */
    border: 2px solid #2AD16F;
}

.page-blog-why-choose-betano-apk__btn-secondary:hover {
    background-color: rgba(42, 209, 111, 0.1);
    transform: translateY(-2px);
}

.page-blog-why-choose-betano-apk__dark-section {
    background-color: #11271B; /* Card BG */
    padding: 60px 0;
}

.page-blog-why-choose-betano-apk__advantages-section,
.page-blog-why-choose-betano-apk__promotions-section,
.page-blog-why-choose-betano-apk__download-guide-section,
.page-blog-why-choose-betano-apk__comparison-section,
.page-blog-why-choose-betano-apk__faq-section {
    padding: 60px 0;
}

.page-blog-why-choose-betano-apk__advantage-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-why-choose-betano-apk__card {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-why-choose-betano-apk__card-image {
    width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
    max-height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-blog-why-choose-betano-apk__card-title {
    font-size: 1.5em;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-why-choose-betano-apk__card-text {
    font-size: 1em;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-why-choose-betano-apk__cta-block {
    text-align: center;
    margin-top: 50px;
}

.page-blog-why-choose-betano-apk__diversity-section {
    padding: 60px 0;
}

.page-blog-why-choose-betano-apk__content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-blog-why-choose-betano-apk__content-block {
    background-color: #0A4B2C; /* Deep Green */
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-blog-why-choose-betano-apk__content-image {
    width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-blog-why-choose-betano-apk__promo-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-blog-why-choose-betano-apk__promo-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 30px;
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    padding: 25px;
}

.page-blog-why-choose-betano-apk__promo-icon {
    width: 100px;
    height: 100px;
    min-width: 100px; /* Ensure minimum size */
    min-height: 100px; /* Ensure minimum size */
    object-fit: contain;
    border-radius: 5px;
    flex-shrink: 0;
}

.page-blog-why-choose-betano-apk__promo-details {
    flex-grow: 1;
}

.page-blog-why-choose-betano-apk__promo-title {
    font-size: 1.4em;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-why-choose-betano-apk__steps-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.page-blog-why-choose-betano-apk__step-item {
    background-color: #0A4B2C; /* Deep Green */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-why-choose-betano-apk__step-title {
    font-size: 1.6em;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-why-choose-betano-apk__comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    background-color: #11271B; /* Card BG */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-why-choose-betano-apk__table-header,
.page-blog-why-choose-betano-apk__table-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
}

.page-blog-why-choose-betano-apk__table-header .page-blog-why-choose-betano-apk__table-cell {
    background-color: #2E7A4E; /* Border */
    color: #F2FFF6; /* Text Main */
    font-weight: bold;
    padding: 15px 20px;
    text-align: left;
}

.page-blog-why-choose-betano-apk__table-row .page-blog-why-choose-betano-apk__table-cell {
    padding: 15px 20px;
    border-bottom: 1px solid #1E3A2A; /* Divider */
    color: #A7D9B8; /* Text Secondary */
    text-align: left;
}

.page-blog-why-choose-betano-apk__table-row:last-child .page-blog-why-choose-betano-apk__table-cell {
    border-bottom: none;
}

.page-blog-why-choose-betano-apk__faq-list {
    margin-top: 40px;
}

.page-blog-why-choose-betano-apk__faq-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-why-choose-betano-apk__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.2em;
    color: #F2FFF6; /* Text Main */
    font-weight: bold;
    list-style: none; /* Remove default marker */
}

.page-blog-why-choose-betano-apk__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-why-choose-betano-apk__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: #2AD16F;
    transition: transform 0.3s ease;
}

.page-blog-why-choose-betano-apk__faq-item[open] .page-blog-why-choose-betano-apk__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-why-choose-betano-apk__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1em;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-why-choose-betano-apk__faq-answer p {
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .page-blog-why-choose-betano-apk__section-title {
        font-size: 2em;
    }
    .page-blog-why-choose-betano-apk__hero-content {
        padding: 0 10px;
    }
    .page-blog-why-choose-betano-apk__advantage-card-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .page-blog-why-choose-betano-apk__content-grid {
        grid-template-columns: 1fr;
    }
    .page-blog-why-choose-betano-apk__promo-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-blog-why-choose-betano-apk__promo-icon {
        margin-bottom: 15px;
    }
    .page-blog-why-choose-betano-apk__steps-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-blog-why-choose-betano-apk {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-why-choose-betano-apk__hero-section,
    .page-blog-why-choose-betano-apk__intro-section,
    .page-blog-why-choose-betano-apk__advantages-section,
    .page-blog-why-choose-betano-apk__promotions-section,
    .page-blog-why-choose-betano-apk__download-guide-section,
    .page-blog-why-choose-betano-apk__comparison-section,
    .page-blog-why-choose-betano-apk__conclusion-section,
    .page-blog-why-choose-betano-apk__faq-section {
        padding: 40px 0;
    }
    .page-blog-why-choose-betano-apk__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-why-choose-betano-apk__main-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }
    .page-blog-why-choose-betano-apk__hero-description {
        font-size: clamp(1rem, 3vw, 1.2rem);
    }
    .page-blog-why-choose-betano-apk__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-why-choose-betano-apk__btn-primary,
    .page-blog-why-choose-betano-apk__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-why-choose-betano-apk__card,
    .page-blog-why-choose-betano-apk__content-block,
    .page-blog-why-choose-betano-apk__step-item,
    .page-blog-why-choose-betano-apk__faq-item {
        padding: 20px;
    }
    .page-blog-why-choose-betano-apk__card-image,
    .page-blog-why-choose-betano-apk__content-image,
    .page-blog-why-choose-betano-apk__promo-icon {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }
    .page-blog-why-choose-betano-apk__promo-item {
        padding: 20px;
    }
    .page-blog-why-choose-betano-apk__table-header .page-blog-why-choose-betano-apk__table-cell,
    .page-blog-why-choose-betano-apk__table-row .page-blog-why-choose-betano-apk__table-cell {
        padding: 10px 15px;
        font-size: 0.9em;
    }
    .page-blog-why-choose-betano-apk__table-header,
    .page-blog-why-choose-betano-apk__table-row {
        grid-template-columns: 1fr 1fr;
    }
    .page-blog-why-choose-betano-apk__table-header .page-blog-why-choose-betano-apk__table-cell:first-child {
        grid-column: 1 / 3;
        text-align: center;
    }
    .page-blog-why-choose-betano-apk__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-blog-why-choose-betano-apk__faq-answer {
        padding: 0 20px 15px 20px;
    }
    /* Ensure containers for images/videos/buttons are also responsive */
    .page-blog-why-choose-betano-apk__container,
    .page-blog-why-choose-betano-apk__advantage-card-grid,
    .page-blog-why-choose-betano-apk__content-grid,
    .page-blog-why-choose-betano-apk__promo-list,
    .page-blog-why-choose-betano-apk__steps-list,
    .page-blog-why-choose-betano-apk__comparison-table,
    .page-blog-why-choose-betano-apk__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden; /* Prevent horizontal scroll */
    }
    .page-blog-why-choose-betano-apk__hero-section {
      padding-top: 10px !important;
    }
}