.ac-container-1e1ef81e {
    font-family: 'Montserrat', 'Inter', sans-serif;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
}

.ac-header-1e1ef81e {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #1a365d;
}

.ac-grid-1e1ef81e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 3.5rem;
}

.ac-card-1e1ef81e {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-top: 4px solid transparent;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ac-card-1e1ef81e:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-top-color: #1a365d;
}

.ac-icon-1e1ef81e {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1;
}

.ac-icon-1e1ef81e svg {
    width: 32px;
    height: 32px;
    fill: #d69e2e;
}

.ac-icon-1e1ef81e i {
    color: #d69e2e;
}

.ac-card-title-1e1ef81e {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 10px 0;
}

.ac-card-desc-1e1ef81e {
    font-size: 0.95rem;
    color: #718096;
    line-height: 1.5;
    margin: 0;
}

/* PREMIUM BOTTOM BANNER */
.ac-banner-1e1ef81e {
    background: linear-gradient(135deg, #1a365d 0%, #0d1e36 100%);
    border-radius: 16px;
    padding: 40px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 10px 25px rgba(26, 54, 93, 0.2);
}

.ac-banner-title-1e1ef81e {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: #ffffff;
}

.ac-banner-desc-1e1ef81e {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #e2e8f0;
    max-width: 800px;
    margin: 0 auto 24px auto;
}

.ac-countries-1e1ef81e {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.ac-country-tag-1e1ef81e {
    background-color: #d69e2e;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
