.country-top-hero {
    position: relative;
}

.country-top-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(10, 18, 34, 0.76), rgba(161, 44, 47, 0.62)),
        radial-gradient(circle at top right, rgba(248, 185, 73, 0.18), transparent 32%);
}

.country-top-hero .container {
    position: relative;
    z-index: 1;
}

.country-hero-banner {
    max-width: 860px;
    margin: 0 auto;
    padding: 38px 36px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
}

.country-hero-badge,
.country-section-kicker,
.country-card-kicker,
.country-panel-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.country-hero-badge {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    margin-bottom: 18px;
}

.country-hero-lead {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.8;
}

.country-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 26px;
}

.country-hero-points span {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.country-intro-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 244, 0.98));
    border: 1px solid rgba(161, 44, 47, 0.08);
    border-radius: 30px;
    padding: 38px 34px 18px;
    box-shadow: 0 24px 70px rgba(24, 32, 56, 0.08);
}

.country-hero-row {
    align-items: stretch;
    margin-bottom: 2.25rem;
}

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

.country-hero-flag-panel {
    background: linear-gradient(180deg, #ffffff, #fff7f1);
    border: 1px solid rgba(161, 44, 47, 0.08);
    border-radius: 24px;
    padding: 28px 24px 30px;
    height: 100%;
    box-shadow: 0 18px 45px rgba(24, 32, 56, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.country-panel-label {
    background: rgba(161, 44, 47, 0.1);
    color: #a12c2f;
    margin-bottom: 20px;
}

.country-hero-flag {
    width: 138px;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(24, 32, 56, 0.12);
}

.country-hero-flag-panel h3 {
    font-size: 34px;
    color: #1f272b;
    margin-bottom: 14px;
}

.country-hero-flag-panel p {
    color: #4d5863;
    line-height: 1.75;
    max-width: 320px;
    margin: 0 auto;
}

.country-hero-copy {
    display: flex;
    align-items: center;
}

.country-hero-copy .section-heading {
    width: 100%;
    max-width: 760px;
}

.country-hero-copy .aiheading {
    margin-bottom: 16px;
    font-size: 46px;
    line-height: 1.1;
}

.country-hero-copy p {
    margin-bottom: 0;
    line-height: 1.75;
    color: #4d5863 !important;
    font-size: 18px;
    max-width: 720px;
}

.country-section-kicker {
    background: rgba(161, 44, 47, 0.1);
    color: #a12c2f;
    margin-bottom: 18px;
}

.country-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 34px;
}

.country-hero-actions .main-button-red a {
    min-width: 280px;
    text-align: center;
    border-radius: 999px;
    padding: 16px 34px;
    box-shadow: 0 14px 28px rgba(161, 44, 47, 0.22);
}

.country-secondary-link {
    color: #1f272b !important;
    font-weight: 600;
    font-size: 18px;
}

.country-secondary-link:hover {
    color: #a12c2f !important;
}

.country-meeting-card {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(24, 32, 56, 0.08);
}

.country-meeting-card .down-content {
    height: 100%;
}

.country-card-kicker {
    background: rgba(161, 44, 47, 0.08);
    color: #a12c2f;
    margin-bottom: 14px;
}

.country-intro-card .down-content,
.country-guidance-card .down-content {
    background: linear-gradient(180deg, #ffffff, #fffdfb);
}

.country-intro-card .down-content {
    padding: 30px !important;
}

.country-intro-card h4,
.country-guidance-card h4 {
    display: block;
    font-size: 20px;
    margin-bottom: 18px;
}

.country-intro-card ul {
    padding-left: 0;
}

.country-intro-card ul li {
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
}

.country-intro-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a12c2f;
    box-shadow: 0 0 0 5px rgba(161, 44, 47, 0.1);
}

.country-intro-card ul li,
.country-guidance-card p {
    color: #4d5863;
}

.country-guidance-card .down-content {
    position: relative;
}

.country-guidance-card .down-content::after {
    content: "";
    position: absolute;
    inset: auto 24px 0 auto;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(248, 185, 73, 0.14), transparent 68%);
    pointer-events: none;
}

.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;
}

@media (max-width: 991.98px) {
    .country-hero-banner {
        padding: 30px 24px;
    }

    .country-intro-shell {
        padding: 28px 22px 10px;
    }

    .country-hero-row {
        margin-bottom: 2.5rem !important;
    }

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

    .country-hero-actions {
        justify-content: center;
    }

    .country-hero-copy .section-heading {
        max-width: 100%;
    }

    .country-hero-copy .aiheading {
        font-size: 38px;
    }

    .country-hero-copy p {
        max-width: 100%;
        font-size: 17px;
    }

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

@media (max-width: 767.98px) {
    .country-hero-banner {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .country-hero-lead {
        font-size: 15px;
    }

    .country-intro-shell {
        padding: 22px 16px 6px;
        border-radius: 24px;
    }

    .country-hero-row {
        margin-bottom: 2rem !important;
    }

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

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

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

    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;
    }

    .country-hero-points {
        gap: 10px;
    }

    .country-hero-points span {
        width: 100%;
    }

    .country-hero-actions {
        flex-direction: column;
        gap: 14px;
    }

    .country-hero-actions .main-button-red,
    .country-hero-actions .main-button-red a {
        width: 100%;
        min-width: 0;
    }

    .country-hero-flag-panel {
        padding: 24px 18px;
    }

    .country-hero-flag-panel h3 {
        font-size: 30px;
    }

    .country-secondary-link {
        font-size: 16px;
    }
}
