.agency-showcase-section {
    background: #040e2d !important;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #ffffff;
}

.agency-showcase-section .section-title {
    color: #ffffff !important;
}

.agency-showcase-section .section-subtitle {
    color: #94a3b8 !important;
}

.agency-card {
    background: #091330;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 34px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.35s ease;
}

.agency-card:hover {
    border-color: #FF6B2C;
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.featured-agency-card {
    border: 2px solid #FF6B2C;
    background: linear-gradient(145deg, #091330 0%, #0d1a42 100%);
}

.featured-agency-badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: #FF6B2C;
    color: #120851;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

.agency-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 107, 44, 0.12);
    color: #FF6B2C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
}

.agency-card h3 {
    font-size: 21px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.agency-card p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.65;
    margin-bottom: 26px;
}

.agency-card-btn {
    margin-top: auto;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13.5px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.agency-card-btn:hover {
    background: rgba(255, 255, 255, 0.18);
}

.agency-card-btn.btn-ember {
    background: #FF6B2C;
    color: #120851 !important;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 107, 44, 0.35);
}

.agency-card-btn.btn-ember:hover {
    background: #ff5e00;
}