.country-hero-row {
    align-items: center;
}

.country-hero-flag-wrap {
    text-align: center;
}

.country-hero-flag {
    width: 96px;
    height: auto;
    object-fit: contain;
}

.country-hero-copy .aiheading {
    margin-bottom: 14px;
}

.country-hero-copy p {
    margin-bottom: 0;
    line-height: 1.75;
}

.why-choose-band {
    background: linear-gradient(135deg, rgba(161, 44, 47, 0.08), rgba(255, 255, 255, 0.92));
    border-radius: 24px;
    padding: 42px 28px 18px;
    position: relative;
    overflow: hidden;
}

.why-choose-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(161, 44, 47, 0.14), transparent 32%),
        radial-gradient(circle at bottom left, rgba(248, 185, 73, 0.18), transparent 26%);
    pointer-events: none;
}

.why-choose-intro {
    position: relative;
    z-index: 1;
}

.why-choose-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(161, 44, 47, 0.08);
    box-shadow: 0 18px 40px rgba(24, 32, 56, 0.08);
    padding: 28px 24px;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(24, 32, 56, 0.13);
}

.why-choose-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 22px;
    color: #a12c2f;
    background: linear-gradient(135deg, rgba(161, 44, 47, 0.12), rgba(248, 185, 73, 0.22));
}

.why-choose-card h4 {
    margin-bottom: 10px;
}

.faq-shell {
    background: linear-gradient(180deg, #ffffff, #fbf5f0);
    border-radius: 24px;
    padding: 38px 22px;
    border: 1px solid rgba(161, 44, 47, 0.08);
    box-shadow: 0 20px 50px rgba(24, 32, 56, 0.06);
}

.faq-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(161, 44, 47, 0.1);
    color: #a12c2f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.accordions-custom {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(24, 32, 56, 0.08);
}

.accordions-custom .accordion-item {
    border-bottom: 1px solid #f0e6e2;
}

.accordions-custom .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-head-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s ease;
}

.accordion-head-custom:hover,
.accordion-head-custom.is-open {
    background: #fff7f4;
}

.accordion-title-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.accordion-question-index {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #a12c2f, #cf5b4a);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.accordion-head-custom h5 {
    margin: 0;
    color: #1a1a1a;
    font-size: 18px;
}

.accordion-head-custom .icon {
    color: #a12c2f;
    font-size: 18px;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.accordion-head-custom.is-open .icon {
    transform: rotate(45deg);
}

.accordion-body-custom {
    display: none;
    background: #fffdfa;
}

.accordion-body-custom.show {
    display: block;
}

.accordion-body-custom .content {
    padding: 0 24px 24px 80px;
}

.country-meeting-card {
    border-radius: 12px;
}

@media (max-width: 991.98px) {
    .country-hero-row {
        margin-bottom: 2.5rem !important;
    }

    .country-hero-copy {
        text-align: center;
    }

    .why-choose-band,
    .faq-shell {
        padding: 28px 18px;
    }
}

@media (max-width: 767.98px) {
    .country-hero-row {
        margin-bottom: 2rem !important;
    }

    .country-hero-flag-wrap {
        margin-bottom: 1.25rem !important;
    }

    .country-hero-flag {
        width: 82px;
    }

    .country-hero-copy .section-heading {
        padding: 0 4px;
        margin-top: 28px;
    }

    section.meetings-page {
        padding-top: 20px !important;
    }

    .why-choose-intro {
        margin-top: 32px;
    }

    .faq-heading {
        margin-top: 13px !important;
    }

    .country-hero-copy .aiheading {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .country-hero-copy p {
        font-size: 16px;
        line-height: 1.7;
    }

    .accordion-head-custom {
        padding: 18px;
    }

    .accordion-title-wrap {
        gap: 12px;
        align-items: flex-start;
    }

    .accordion-head-custom h5 {
        font-size: 16px;
        line-height: 1.45;
    }

    .accordion-body-custom .content {
        padding: 0 18px 18px 18px;
    }
}
