.why-makigohost-section {
    background: #f8fafc !important;
    padding-top: 90px;
    padding-bottom: 90px;
}

.pillar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #071a52;
    border-radius: 16px;
    padding: 30px 22px;
    height: 100%;
    transition: all 0.35s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.pillar-card:hover {
    border-top-color: #FF6B2C;
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(7, 26, 82, 0.06);
}

.pillar-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255, 107, 44, 0.1);
    color: #FF6B2C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.pillar-card h4 {
    font-size: 18px;
    font-weight: 800;
    color: #071a52;
    margin-bottom: 10px;
}

.pillar-card p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}